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 d696308 + 6c7c86d commit a544868Copy full SHA for a544868
1 file changed
.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@v6
+ uses: codecov/codecov-action@v7
48
with:
49
token: ${{secrets.CODECOV_TOKEN}}
50
file: ./output/coverage.xml
0 commit comments