Skip to content

Commit d69b0fa

Browse files
authored
Mention coverage job in readme (#9)
1 parent 8acd1d1 commit d69b0fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ There is a robust CI pipeline already setup. It contains the following jobs.
103103

104104
- **lint**: Checks that all lint checkers are happy and pre-submit would succeed.
105105
- **test**: Checks that all unit tests are passing on Linux, Mac, and Windows, with different Python versions.
106+
- **coverage**: Checks that code coverage is above 80%. Optionally, uploads coverage to [Codecov](https://codecov.io).
106107
- **build**: Checks that a wheel is buildable and runs standard smoke tests against it.
107108

108109
Make sure your integration flow includes pull requests. Merge PRs only when the CI is successful, and you will have a good integration setup. Commit to main directly, and you will become a sad developer.

0 commit comments

Comments
 (0)