Skip to content

Commit

Permalink
Show test coverage report (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtranq-nashtechglobal committed Aug 12, 2024
1 parent 74a3dc6 commit 6c23b34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -pl cart -am
- name: Run Jacoco report
run: mvn jacoco:prepare-agent -pl cart -am
- name: Add coverage report to PR
uses: madrapps/jacoco-report@v1.6.1
with:
Expand Down

0 comments on commit 6c23b34

Please sign in to comment.