Skip to content

Commit 75dd11f

Browse files
authored
Merge pull request #167 from toruseo/dependabot/github_actions/codecov/codecov-action-5.1.2
Bump codecov/codecov-action from 5.0.2 to 5.1.2
2 parents 23473dd + e66c795 commit 75dd11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/measure-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run verifications with pytest
2828
run: pytest -n auto tests/test_verification_straight_road.py tests/test_verification_route_choice.py tests/test_verification_node.py tests/test_verification_exceptional.py tests/test_verification_sioux_falls.py tests/test_verification_multilane.py tests/test_verification_taxi.py tests/test_verification_dta_solvers.py tests/test_other_functions.py --durations=0 -v --cov=uxsim --cov-report=xml --cov-config=.github/.coveragerc
2929
- name: Upload coverage reports to Codecov
30-
uses: codecov/codecov-action@v5.0.2
30+
uses: codecov/codecov-action@v5.1.2
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
files: ./coverage.xml

0 commit comments

Comments
 (0)