Skip to content

Commit

Permalink
Merge pull request #144 from scikit-hep/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
jonas-eschle authored Feb 6, 2024
2 parents 6a5888c + 3388d41 commit a543790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:


- name: Test package
run: python -m pytest --doctest-modules --cov=hepstats --cov-report=xml -n4
run: python -m pytest --doctest-modules --cov=hepstats --cov-report=xml -n3

- name: Upload coverage to Codecov
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # technically not needed, but prevents failures: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
file: ./coverage.xml
Expand Down

0 comments on commit a543790

Please sign in to comment.