Skip to content

Commit

Permalink
pushing code analysis to codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Oct 25, 2024
1 parent 339c05d commit 2836d4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Check coverage if files exists
run: (ls ./coverage/packages/crudx/clover.xml && echo yes) || echo no

#- name: Upload coverage reports to Codacy
# uses: codacy/codacy-coverage-reporter-action@v1
# with:
# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
# coverage-reports: /coverage/packages/crudx/coverage.xml
- name: Upload coverage reports to Codacy
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: /coverage/packages/crudx/coverage.xml

0 comments on commit 2836d4a

Please sign in to comment.