Skip to content

Commit 75ccb4d

Browse files
authored
Merge pull request #1050 from materialsproject/dependabot/github_actions/codecov/codecov-action-5.5.1
Bump codecov/codecov-action from 5.5.0 to 5.5.1
2 parents 28946a0 + 2d202c1 commit 75ccb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
pip install -e .
7777
pytest --cov=maggma --cov-report=xml
78-
- uses: codecov/[email protected].0
78+
- uses: codecov/[email protected].1
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
file: ./coverage.xml

0 commit comments

Comments
 (0)