diff --git a/.github/workflows/measure-coverage.yml b/.github/workflows/measure-coverage.yml index 9456765..a7d0e14 100644 --- a/.github/workflows/measure-coverage.yml +++ b/.github/workflows/measure-coverage.yml @@ -27,7 +27,7 @@ jobs: - 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 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml