Skip to content

Commit

Permalink
adding jacoco:report
Browse files Browse the repository at this point in the history
  • Loading branch information
juusechec committed Nov 22, 2023
1 parent 2bd7082 commit 1f4af75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache: maven

- name: Test with Maven
run: mvn test -Dtest='!co.edu.escuelaing.cvds.lab7.Lab7ApplicationTests#contextLoads' -P coverage
run: mvn test -Dtest='!co.edu.escuelaing.cvds.lab7.Lab7ApplicationTests#contextLoads' jacoco:report -P coverage

- name: Analyze with SonarCloud
env:
Expand Down

0 comments on commit 1f4af75

Please sign in to comment.