Skip to content

Commit 12652a7

Browse files
committed
fixed a few more things for the example
1 parent 7ab845b commit 12652a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
4040
run: |
41-
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r $GITHUB_WORKSPACE/coverage/lcov.info
41+
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r $GITHUB_WORKSPACE/lcov.info
4242
4343
- name: Run Codacy Analysis CLI with Docker (optional)
4444
run: |

0 commit comments

Comments
 (0)