We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent bd434e1 commit 655d880Copy full SHA for 655d880
.github/workflows/build.yml
@@ -27,3 +27,8 @@ jobs:
27
cache: maven
28
- name: Build with Maven
29
run: mvn clean package jacoco:report
30
+ - name: Codacy coverage report upload
31
+ env:
32
+ CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
33
+ run: |
34
+ test -z $CODACY_PROJECT_TOKEN || bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r target/site/jacoco/jacoco.xml
0 commit comments