Skip to content

Commit

Permalink
github: use upload token for coverage
Browse files Browse the repository at this point in the history
This won't resolve the failed coverage uploads on pull requests, though.
But main repository builds should become stable and always update the
coverage.
  • Loading branch information
jkloetzke committed Aug 1, 2024
1 parent e3cee03 commit 2a9cb92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
bash ./test/run-tests.sh -c xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

build-sdist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2a9cb92

Please sign in to comment.