We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f6469 commit e532f1aCopy full SHA for e532f1a
.github/workflows/measure-coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run verifications with pytest
28
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
29
- name: Upload coverage reports to Codecov
30
- uses: codecov/codecov-action@v5.4.0
+ uses: codecov/codecov-action@v5.4.3
31
with:
32
token: ${{ secrets.CODECOV_TOKEN }}
33
files: ./coverage.xml
0 commit comments