Skip to content

Commit

Permalink
ci: update code-cov in GHA to use a token (#33)
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 eb68eda commit 3a4b23a
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-20.04
environment: github-action-ci
strategy:
matrix:
PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11"]
Expand Down Expand Up @@ -87,4 +88,6 @@ jobs:
popd
- name: Upload code coverage
uses: codecov/[email protected]
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3a4b23a

Please sign in to comment.