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 60e1911 commit 309de37Copy full SHA for 309de37
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo "CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}" >> $GITHUB_ENV
36
37
- name: Upload coverage reports to Codacy
38
- run: bash <(curl -Ls https://coverage.codacy.com/get.sh)
+ run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml
39
40
prepare-release:
41
name: 🏷️ Prepare Release
0 commit comments