Skip to content

Commit 28946a0

Browse files
authored
Merge pull request #1049 from materialsproject/dependabot/github_actions/codecov/codecov-action-5.5.0
Bump codecov/codecov-action from 5.4.0 to 5.5.0
2 parents c3fc17b + 5acd827 commit 28946a0

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/codecov-action@v5.4.0
78+
- uses: codecov/codecov-action@v5.5.0
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
file: ./coverage.xml

0 commit comments

Comments
 (0)