Skip to content

Commit

Permalink
ci: remove uploading reports to Codacy from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Sep 19, 2024
1 parent c6f8896 commit f67cf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: npm run test:coverage

- name: Report coverage to Codacy
if: github.ref == 'refs/heads/main'
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: wget -qO - https://coverage.codacy.com/get.sh | bash -s -- report -r ./coverage/cobertura-coverage.xml
Expand Down

0 comments on commit f67cf3c

Please sign in to comment.