Skip to content

Commit

Permalink
WIP Fix codacy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Dec 11, 2024
1 parent 81c271f commit fdfbed4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
debug: true
- name: Run codacy-coverage-reporter
uses: codacy/[email protected]
run: du -k ./build/reports/jacoco/test/jacocoTestReport.xml | cut -f1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./build/reports/jacoco/test/jacocoTestReport.xml
6 changes: 6 additions & 0 deletions .idea/PMDPlugin.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/sonarlint.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdfbed4

Please sign in to comment.