File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments