Skip to content

Commit

Permalink
Now include the token in the actions (PlasmaPy#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy committed Apr 3, 2024
1 parent d246462 commit bb3e223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:

- name: Upload coverage reports to Codecov
if: ${{ contains(matrix.toxenv,'_cov') }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/weekly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,13 @@ jobs:

- name: Upload coverage to codecov
if: ${{ contains(matrix.toxenv,'_cov') }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml


install-plasmapy-via-conda-forge:
name: Install PlasmaPy from conda-forge
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb3e223

Please sign in to comment.