File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 coverage run -m pytest -v -s --html=${{ matrix.os }}_${{ matrix.python-version }}_unit_test_report.html --self-contained-html tests
4646 coverage xml
4747 - name : Codecov
48- uses : codecov/codecov-action@v4.6.0
48+ uses : codecov/codecov-action@v5.0.7
4949 env :
5050 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5151 if : matrix.python-version == '3.13'
8080 coverage run -m pytest -v -s --nbval-lax -k "not documentation" --html="${{ matrix.os }}_${{ matrix.python-version }}_integration_test_report.html" --self-contained-html docs/examples
8181 coverage xml
8282 - name : Codecov
83- uses : codecov/codecov-action@v4.6.0
83+ uses : codecov/codecov-action@v5.0.7
8484 env :
8585 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
8686 with :
@@ -117,7 +117,7 @@ jobs:
117117 run : |
118118 mypy --install-types --non-interactive parcels --cobertura-xml-report mypy_report
119119 - name : Upload mypy coverage to Codecov
120- uses : codecov/codecov-action@v4.6.0
120+ uses : codecov/codecov-action@v5.0.7
121121 if : ${{ always() }} # Upload even on error of mypy
122122 env :
123123 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments