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 d368b8a commit 2e82503Copy full SHA for 2e82503
.github/workflows/tests.yml
@@ -42,6 +42,7 @@ jobs:
42
if: matrix.python-version == 3.8 && success()
43
uses: codecov/codecov-action@v4
44
with:
45
+ token: ${{ secrets.CODECOV_TOKEN }}
46
files: coverage.xml
47
flags: unittests
48
name: codecov-client-reportportal
0 commit comments