Skip to content

Commit e03d313

Browse files
committed
add codecov
1 parent da8ef18 commit e03d313

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest-cov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ jobs:
3838
run: poetry run pytest --cov=${{ matrix.lib }} --cov-report=term
3939
- name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v5
41+
with:
42+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)