Skip to content

Commit

Permalink
chore: coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Kowal committed Oct 25, 2024
1 parent f11f862 commit c2d483f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pyright .
# Run tests
echo ""
echo ">>> [5/5] Running tests"
python -m unittest discover .
coverage run -m unittest discover .
coverage report --fail-under=90

echo "------------------------------------------"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Code quality](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/code_quality.yml/badge.svg?branch=main)
![Tests](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/tests.yml/badge.svg?branch=main)
![Coverage](https://badgen.net/badge/coverage/%3E90%25/pink)
![Tag](https://badgen.net/badge/tag/1.0.0/orange)
![Python](https://badgen.net/badge/python/3.9%20|%203.10%20|%203.11%20|%203.12)
![Licence](https://badgen.net/badge/licence/MIT)
Expand Down
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## Deployment

- Add tags to readme
- code coverage
- CI/CD Deploy + tag
- Upgrade version script

Expand Down

0 comments on commit c2d483f

Please sign in to comment.