We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4232ace commit e2ca4ceCopy full SHA for e2ca4ce
.github/workflows/main.yml
@@ -92,8 +92,7 @@ jobs:
92
93
# Generating test coverage report and publishing to Codacy
94
- name: Run report coverage
95
- if: github.event_name == 'push'
96
- uses: codacy/codacy-coverage-reporter-action@v1
+ uses: codacy/codacy-coverage-reporter-action@v1.3.0
97
with:
98
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
99
coverage-reports: target/site/jacoco/jacoco.xml
0 commit comments