Skip to content

Commit

Permalink
Merge pull request #215 from g4edge/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
stewartboogert authored Dec 9, 2024
2 parents 5583d04 + 6db66ae commit d84f5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
MAKEFLAGS=-j${{ steps.cpu-cores.outputs.count }} python -m pip install --upgrade --verbose .[test]
python -m pytest --runxfail --cov=pyg4ometry --cov-report=xml
- name: Upload Coverage to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d84f5c1

Please sign in to comment.