We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7394c37 commit 2f87363Copy full SHA for 2f87363
1 file changed
.github/workflows/ci.yml
@@ -63,6 +63,9 @@ jobs:
63
- uses: codecov/codecov-action@v4
64
with:
65
directory: ${{ runner.temp }}
66
+ flags: ${{ matrix.os }}-${{ matrix.python-version }}
67
+ token: ${{ secrets.CODECOV_TOKEN }}
68
+ verbose: true
69
build:
70
runs-on: ubuntu-22.04
71
needs: lint
0 commit comments