Skip to content

Commit 2632269

Browse files
authored
Merge pull request #1035 from materialsproject/dependabot/github_actions/codecov/codecov-action-5.4.0
Bump codecov/codecov-action from 5.1.2 to 5.4.0
2 parents c6769f4 + 60a6f96 commit 2632269

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

0 commit comments

Comments
 (0)