Skip to content

Commit

Permalink
use proper phase
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 26, 2024
1 parent bbc9d28 commit 9196300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: cd frontend && npm run test -- --coverage

- name: Build and analyze
run: mvn clean compile sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}
run: mvn clean verify sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}

1 change: 0 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ sonar.sources=frontend/src/app
sonar.coverage.exclusions=**/OkrApplication.java
sonar.coverage.jacoco.xmlReportPaths=backend/target/site/jacoco-merged-test-coverage-report/jacoco.xml
sonar.javascript.lcov.reportPaths=frontend/coverage/lcov.info

0 comments on commit 9196300

Please sign in to comment.