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.
1 parent d42d2c0 commit f982112Copy full SHA for f982112
.github/workflows/tests.yml
@@ -61,7 +61,9 @@ jobs:
61
run: |
62
poetry run pytest --cov-report=xml
63
- name: Run codacy-coverage-reporter
64
- if: ${{ env.SKIP_COVERAGE_UPLOAD != 'true'}}
+ env:
65
+ CODACY_CONFIGURED: ${{ secrets.CODACY_PROJECT_TOKEN }}
66
+ if: ${{ env.CODACY_CONFIGURED != ''}}
67
uses: codacy/codacy-coverage-reporter-action@v1
68
continue-on-error: true
69
with:
0 commit comments