Skip to content

Commit 9589881

Browse files
authored
Merge pull request #1019 from materialsproject/dependabot/github_actions/codecov/codecov-action-5.1.2
Bump codecov/codecov-action from 5.0.7 to 5.1.2
2 parents 4b09060 + b14a6df commit 9589881

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

0 commit comments

Comments
 (0)