Skip to content

Commit a990f27

Browse files
committed
Add build status and codecov badges
1 parent a6565e7 commit a990f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# AnySortComparator
2+
[![CI](https://github.com/roanutil/swift-any-sort-comparator/actions/workflows/ci.yml/badge.svg)](https://github.com/roanutil/swift-any-sort-comparator/actions/workflows/ci.yml)
3+
[![codecov](https://codecov.io/gh/roanutil/swift-any-sort-comparator/branch/main/graph/badge.svg?token=Kd8r0wlmvK)](https://codecov.io/gh/roanutil/swift-any-sort-comparator)
24

35
`AnySortComparator` is a type erased implementation of the [SortComparator](https://developer.apple.com/documentation/foundation/sortcomparator) `protocol`.
46

0 commit comments

Comments
 (0)