We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a8c276 + 3c896e6 commit cb8f6f1Copy full SHA for cb8f6f1
.github/workflows/pythonpackage.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
pipenv run py.test --cov-config .coveragerc --cov-report xml:output/coverage.xml --cov mygeotab --junitxml output/python${{ matrix.python-version }}-test-results.xml --benchmark-min-rounds=3 --benchmark-storage=file://output/ --benchmark-autosave tests/
46
- name: Upload coverage to Codecov
47
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
48
with:
49
token: ${{secrets.CODECOV_TOKEN}}
50
file: ./output/coverage.xml
0 commit comments