Skip to content

Commit 8de0bba

Browse files
authored
Merge pull request #14 from twais/devops/introduce-codecov
Introduce code coverage
2 parents 4e5ff73 + 7fb3bf5 commit 8de0bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030
- name: Test with pytest
3131
run: |
3232
pytest
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)