Skip to content

Commit

Permalink
Merge pull request #1012 from materialsproject/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/codecov/codecov-action-5.0.7

Bump codecov/codecov-action from 5.0.2 to 5.0.7
  • Loading branch information
rkingsbury authored Dec 3, 2024
2 parents dc204f8 + 8e9f1bc commit a286e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
pip install -e .
pytest --cov=maggma --cov-report=xml
- uses: codecov/[email protected].2
- uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit a286e8e

Please sign in to comment.