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 a247ff8 commit 03b674bCopy full SHA for 03b674b
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: "codecov/codecov-action@v3"
57
with:
58
name: Python ${{ matrix.python-version }}
59
- token: ${{ secrets.CODECOV_TOKEN }}
60
file: ./coverage.xml
61
files: ./coverage1.xml,./coverage2.xml
62
fail_ci_if_error: true
+ verbose: true
0 commit comments