Skip to content

Commit

Permalink
add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Feb 28, 2024
1 parent 8a49fbb commit 26898e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://putianyi889.github.io/SwapSort.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://putianyi889.github.io/SwapSort.jl/dev)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
[![codecov](https://codecov.io/gh/putianyi889/SwapSort.jl/branch/master/graph/badge.svg?label=codecov)](https://codecov.io/gh/putianyi889/SwapSort.jl)

This package is intended to be a successor of [SortingNetworks.jl](https://github.com/JeffreySarnoff/SortingNetworks.jl). This package relies on the existing [sorters](./src/Sorters) which are currently copied from [SorterHunter](https://github.com/bertdobbelaere/SorterHunter), a C++ project. For a visualization of the algorithms, see [here](https://bertdobbelaere.github.io/sorting_networks.html).

0 comments on commit 26898e1

Please sign in to comment.