Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC authored Jun 6, 2024
1 parent 613f94a commit 31b714a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Prepare Coverage Reports
run: |
mkdir -p coverage
cp -r syg-backend/jacoco.xml coverage/
cp syg-frontend/lcov.info coverage/
cp -r syg-backend/SYG-bootstrap/target/site/jacoco-aggregate/* coverage/
cp syg-frontend/coverage/lcov.info coverage/
# SonarCloud analysis
- name: SonarCloud Analysis
Expand Down

0 comments on commit 31b714a

Please sign in to comment.