Skip to content

Commit 931ee43

Browse files
committed
update pytest.yml
1 parent 621c165 commit 931ee43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: run tests
2424
run: |
2525
poetry run pytest -v --tb=short --cov=./ --cov-report=xml
26-
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v4
28-
env:
29-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
26+
- name: Upload coverage reports to Codecov
27+
uses: codecov/codecov-action@v5
3028
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}
30+
slug: lemontree210/tinybear
3131
fail_ci_if_error: true

0 commit comments

Comments
 (0)