Skip to content

Commit

Permalink
First try of adding integration with Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 3, 2024
1 parent 69d74a1 commit 5280bf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ jobs:
generate-branches-badge: true
jacoco-csv-file: build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.csv

- name: Send Report to Codacy
env:
CODACY_PROJECT_TOKEN: ${{ secrets.FULMINAZZO_CODACY_TOKEN }}
run: |-
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml
shell: bash

- name: Update and Push JaCoCo Badge
run: |-
git add .
Expand Down

0 comments on commit 5280bf9

Please sign in to comment.