Skip to content

Commit 2f87363

Browse files
authored
Improve Codecov configuration (#1103)
1 parent 7394c37 commit 2f87363

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- uses: codecov/codecov-action@v4
6464
with:
6565
directory: ${{ runner.temp }}
66+
flags: ${{ matrix.os }}-${{ matrix.python-version }}
67+
token: ${{ secrets.CODECOV_TOKEN }}
68+
verbose: true
6669
build:
6770
runs-on: ubuntu-22.04
6871
needs: lint

0 commit comments

Comments
 (0)