Skip to content

Commit 6595a67

Browse files
Update codacy.yml
1 parent 9e7b2cd commit 6595a67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codacy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
cache: maven
1919
- name: Test with Maven
2020
run: mvn clean test
21+
- name: Run codacy-coverage-reporter
22+
uses: codacy/codacy-coverage-reporter-action@dev:14.1.1-fixtransformreports.11.sha.df7967e
23+
with:
24+
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
2125

22-
- name: Codacy Coverage Reporter
23-
shell: bash
24-
run: |
25-
CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }} \
26-
bash <(curl -Ls https://coverage.codacy.com/get.sh) report
26+
2727

0 commit comments

Comments
 (0)