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 b3ed0ef commit ce9bd9dCopy full SHA for ce9bd9d
.github/workflows/tests.yml
@@ -89,3 +89,9 @@ jobs:
89
90
- name: "Send code coverage report to Codecov.io"
91
uses: codecov/codecov-action@v3
92
+
93
+ - name: "Send code coverage report to Codacy"
94
+ uses: codacy/codacy-coverage-reporter-action@v1
95
+ with:
96
+ project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
97
+ coverage-reports: .build/coverage/clover.xml
0 commit comments