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 d14082d commit 2b5f3bcCopy full SHA for 2b5f3bc
.github/workflows/verify.yml
@@ -227,11 +227,6 @@ jobs:
227
coverage xml
228
- name: Upload coverage to Codecov
229
uses: codecov/codecov-action@v1
230
- - name: Run codacy-coverage-reporter
231
- uses: codacy/codacy-coverage-reporter-action@master
232
- with:
233
- project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
234
- coverage-reports: coverage.xml
235
236
test-publishing:
237
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
0 commit comments