Skip to content

Commit

Permalink
Merge pull request #170 from toruseo/develop
Browse files Browse the repository at this point in the history
fix coverage and others
  • Loading branch information
toruseo authored Jan 6, 2025
2 parents 3ce811d + 7de857a commit 23473dd
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/measure-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install pytest other dependencies
run: pip install pytest pytest-rerunfailures pytest-xdist pytest-cov setuptools osmnx requests
- name: Run verifications with pytest
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
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
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down
128 changes: 83 additions & 45 deletions demos_and_examples/demo_notebook_09en_dynamic_traffic_assignment.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23473dd

Please sign in to comment.