Skip to content

Commit 99c63b0

Browse files
committed
Merge branch 'main' into develop
2 parents eb8c79b + 169a489 commit 99c63b0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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.1.2
30+
uses: codecov/codecov-action@v5.4.0
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
files: ./coverage.xml

demos_and_examples/demo_notebook_04en_OpenStreetMap.ipynb

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)