Skip to content

Commit

Permalink
ci: update code-cov in GHA to use a token (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Jun 20, 2024
1 parent 6a60d10 commit c1b67d9
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]
Expand Down Expand Up @@ -71,4 +72,6 @@ jobs:
poetry run mypy -p pyfgaws --config=ci/mypy.ini
- name: Upload code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c1b67d9

Please sign in to comment.