Skip to content

Commit 58de8db

Browse files
committed
updated codecov action and use CODECOV_TOKEN
(added secret token to repo)
1 parent b808f9f commit 58de8db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ jobs:
3939
poetry run pytest -v --cov=multibind --cov-report=xml
4040
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v5
4343
with:
4444
directory: .
4545
fail_ci_if_error: ${{ github.event_name == 'pull_request' }}
4646
files: coverage.xml
4747
name: codecov-umbrella
48+
token: ${{ secrets.CODECOV_TOKEN }}
4849
verbose: true

0 commit comments

Comments
 (0)