Skip to content

Commit

Permalink
Fix sending coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 11, 2024
1 parent d582aa4 commit bb77234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@a38818475bb21847788496e9f0fddaa4e84955ba
with:
coverage-reports: target/site/jacoco/jacoco.xml
coverage-reports: jdk-platform-logging/target/site/jacoco/jacoco.xml,junit-extension/target/site/jacoco/jacoco.xml,keeper/target/site/jacoco/jacoco.xml
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}

0 comments on commit bb77234

Please sign in to comment.