Skip to content

Commit 7c5d162

Browse files
authored
update CI - fix code coverage delivery
1 parent 4347d80 commit 7c5d162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
8787
8888
- name: Upload coverage to Codecov
89-
uses: codecov/codecov-action@v1
89+
uses: codecov/codecov-action@v3
9090
with:
91+
token: ${{ secrets.CODECOV_TOKEN }}
9192
file: ./coverage.xml

0 commit comments

Comments
 (0)