Skip to content

Commit

Permalink
🚇 Add CODECOV_TOKEN (#268)
Browse files Browse the repository at this point in the history
The action codecov/codecov-action@v4 removed support for tokenless uploads so pushes to main failed upload coverage reports for the last 3 months
  • Loading branch information
s-weigand committed Jun 8, 2024
1 parent 5ef9ec2 commit 291774e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
with:
file: ./coverage.xml
name: ${{ matrix.os }}-py${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test-pyglotaran-dev:
name: Test pyglotaran dev
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codecov:
require_ci_to_pass: no
require_ci_to_pass: false

coverage:
status:
Expand Down

0 comments on commit 291774e

Please sign in to comment.