Skip to content

Commit

Permalink
CI: Pass token to codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Feb 6, 2024
1 parent 38317ba commit 6d0c4d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ jobs:
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
- uses: codecov/codecov-action@v4
name: Submit to CodeCov
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-pre:
needs: [get_data, job_metadata]
Expand Down Expand Up @@ -246,6 +248,8 @@ jobs:
- name: Run tests
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: Submit to CodeCov

flake8:
Expand Down

0 comments on commit 6d0c4d1

Please sign in to comment.