Skip to content

Commit d4bddab

Browse files
committed
add codecov token
1 parent dbb9b8f commit d4bddab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ jobs:
3838
- name: Test with pytest
3939
run: |
4040
pytest --cov=autodocsumm --cov-report=xml
41+
- name: Upload codecov
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44+
run: |
4145
codecov

0 commit comments

Comments
 (0)