Skip to content

Commit cc943ad

Browse files
authored
Merge pull request #230 from toruseo/dependabot/github_actions/codecov/codecov-action-5.5.1
Bump codecov/codecov-action from 5.4.0 to 5.5.1
2 parents 65486a5 + e42dbb8 commit cc943ad

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run verifications with pytest
3030
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 tests/test_optional_functions_python313.py --durations=0 -v --cov=uxsim --cov-report=xml --cov-config=.github/.coveragerc
3131
- name: Upload coverage reports to Codecov
32-
uses: codecov/codecov-action@v5.4.0
32+
uses: codecov/codecov-action@v5.5.1
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
files: ./coverage.xml

0 commit comments

Comments
 (0)