Skip to content

Commit

Permalink
ci: update code-cov in GHA to use a token (#150)
Browse files Browse the repository at this point in the history
* ci: update code-cov in GHA to use a token
  • Loading branch information
nh13 authored Jun 20, 2024
1 parent 3d7e415 commit 19e9369
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
jobs:
testing:
runs-on: ubuntu-latest
environment: github-actions-ci
strategy:
matrix:
PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -84,4 +85,6 @@ jobs:
popd
- name: Upload code coverage
uses: codecov/[email protected]
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 19e9369

Please sign in to comment.