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.
1 parent dbb9b8f commit d4bddabCopy full SHA for d4bddab
.github/workflows/python-app.yml
@@ -38,4 +38,8 @@ jobs:
38
- name: Test with pytest
39
run: |
40
pytest --cov=autodocsumm --cov-report=xml
41
+ - name: Upload codecov
42
+ env:
43
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44
+ run: |
45
codecov
0 commit comments