Skip to content

Commit a2f9b3d

Browse files
committed
chore: add codecov badge
1 parent 485452c commit a2f9b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![CI/CD](https://github.com/SwiftyLab/AsyncObject/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/SwiftyLab/AsyncObject/actions/workflows/main.yml)
99
[![CodeQL](https://github.com/SwiftyLab/AsyncObject/actions/workflows/codeql-analysis.yml/badge.svg?event=schedule)](https://github.com/SwiftyLab/AsyncObject/actions/workflows/codeql-analysis.yml)
1010
[![Maintainability](https://api.codeclimate.com/v1/badges/a489bc673af55864ff66/maintainability)](https://codeclimate.com/github/SwiftyLab/AsyncObject/maintainability)
11+
[![codecov](https://codecov.io/gh/SwiftyLab/AsyncObject/branch/main/graph/badge.svg?token=jKxMv5oFeA)](https://codecov.io/gh/SwiftyLab/AsyncObject)
1112
<!-- [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/AsyncObject.svg?label=CocoaPods&color=C90005)](https://badge.fury.io/co/AsyncObject) -->
12-
<!-- [![codecov](https://codecov.io/gh/SwiftyLab/AsyncObject/branch/main/graph/badge.svg?token=QIM4SKWNCS)](https://codecov.io/gh/SwiftyLab/AsyncObject) -->
1313

1414
Several synchronization primitives introduced to aid in modern swift concurrency. The primitives are very similar to those used in other operating systems including mutexes, condition variables, shared/exclusive locks, and semaphores.

0 commit comments

Comments
 (0)