We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e5ff73 + 7fb3bf5 commit 8de0bbaCopy full SHA for 8de0bba
.github/workflows/python-app.yml
@@ -30,3 +30,5 @@ jobs:
30
- name: Test with pytest
31
run: |
32
pytest
33
+ - name: Upload coverage reports to Codecov
34
+ uses: codecov/codecov-action@v3
0 commit comments