Skip to content

Commit e2ca4ce

Browse files
authored
Update codacy report coverage action version in main.yml
1 parent 4232ace commit e2ca4ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ jobs:
9292
9393
# Generating test coverage report and publishing to Codacy
9494
- name: Run report coverage
95-
if: github.event_name == 'push'
96-
uses: codacy/codacy-coverage-reporter-action@v1
95+
uses: codacy/[email protected]
9796
with:
9897
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
9998
coverage-reports: target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)