Skip to content

Commit 23473dd

Browse files
authored
Merge pull request #170 from toruseo/develop
fix coverage and others
2 parents 3ce811d + 7de857a commit 23473dd

File tree

2 files changed

+84
-46
lines changed

2 files changed

+84
-46
lines changed

.github/workflows/measure-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install pytest other dependencies
2626
run: pip install pytest pytest-rerunfailures pytest-xdist pytest-cov setuptools osmnx requests
2727
- 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_other_functions.py --durations=0 -v --cov=uxsim --cov-report=xml --cov-config=.github/.coveragerc
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
2929
- name: Upload coverage reports to Codecov
3030
uses: codecov/codecov-action@v5.0.2
3131
with:

demos_and_examples/demo_notebook_09en_dynamic_traffic_assignment.ipynb

Lines changed: 83 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)