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 ef6b017 commit 2c85ff4Copy full SHA for 2c85ff4
.github/workflows/coverage.yaml
@@ -84,10 +84,3 @@ jobs:
84
flags: unittests
85
name: codecov-umbrella
86
fail_ci_if_error: false
87
-
88
- - name: Upload coverage reports to Codacy
89
- if: github.event_name != 'pull_request'
90
- uses: codacy/codacy-coverage-reporter-action@v1
91
- with:
92
- project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
93
- coverage-reports: var/coverage/clover.xml
0 commit comments