Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC authored Apr 23, 2024
1 parent 9577ccf commit 37883e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name: List files in target directory
run: ls -R SYG-bootstrap/target/

- name: Generate JaCoCo Badge
uses: cicirello/jacoco-badge-generator@v2
with:
generate-branches-badge: true
jacoco-csv-file: SYG-bootstrap/target/site/jacoco-aggregate/jacoco.csv
coverage-label: coverage
# - name: Generate JaCoCo Badge
# uses: cicirello/jacoco-badge-generator@v2
# with:
# generate-branches-badge: true
# jacoco-csv-file: SYG-bootstrap/target/site/jacoco-aggregate/jacoco.csv
# coverage-label: coverage

# Mover el reporte de cobertura a la raíz del proyecto
- name: Move coverage report to project root
Expand Down

0 comments on commit 37883e4

Please sign in to comment.