Skip to content

Commit ab9e7e1

Browse files
authored
Merge pull request #181 from minrk/test-coverage
upload test coverage to codecov
2 parents b70f49f + c3e04cb commit ab9e7e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,7 @@ jobs:
9999
100100
- name: Run tests
101101
run: |
102-
pytest --verbose --color=yes
102+
pytest --verbose --color=yes --cov chartpress
103+
104+
- name: Upload coverage report
105+
run: codecov

dev-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
bump2version
2+
codecov
23
gitpython
34
pre-commit
45
pytest
5-
pytest-flake8
6+
pytest-cov

0 commit comments

Comments
 (0)