Skip to content

Commit 309de37

Browse files
committed
Update Codacy coverage report command in GitHub Actions workflow
- Modify the command to include the report flag for uploading the coverage.xml file to Codacy, enhancing the coverage reporting process.
1 parent 60e1911 commit 309de37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}" >> $GITHUB_ENV
3636

3737
- name: Upload coverage reports to Codacy
38-
run: bash <(curl -Ls https://coverage.codacy.com/get.sh)
38+
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml
3939

4040
prepare-release:
4141
name: 🏷️ Prepare Release

0 commit comments

Comments
 (0)