We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b70f49f + c3e04cb commit ab9e7e1Copy full SHA for ab9e7e1
.github/workflows/test.yaml
@@ -99,4 +99,7 @@ jobs:
99
100
- name: Run tests
101
run: |
102
- pytest --verbose --color=yes
+ pytest --verbose --color=yes --cov chartpress
103
+
104
+ - name: Upload coverage report
105
+ run: codecov
dev-requirements.txt
@@ -1,5 +1,6 @@
1
bump2version
2
+codecov
3
gitpython
4
pre-commit
5
pytest
-pytest-flake8
6
+pytest-cov
0 commit comments