Skip to content

Commit

Permalink
chore(ci): update Codacy coverage reporting language
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick committed Mar 4, 2024
1 parent 6a8591f commit 31bbc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
env:
CODACY_PROJECT_TOKEN: ${{ secrets.codacy-project-token }}
if: ${{ inputs.enable-codacy-coverage && !cancelled() && !failure() }}
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Javascript $(find . -name 'lcov.info' -printf '-r %p ')
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l TypeScript $(find . -name 'lcov.info' -printf '-r %p ')

- name: Setup Snyk
env:
Expand Down

0 comments on commit 31bbc49

Please sign in to comment.