Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 25, 2024
1 parent b17437e commit b31ca20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
-Dsonar.java.checkstyle.reportPaths=target/checkstyle-result.xml
-Dsonar.coverage.exclusions= **/dto/**,**/*$*Builder*
sonar_token: ${{ secrets.SONAR_CORE }}
triggers: ('core/')
# triggers: ('core/')

- uses: bcgov-nr/[email protected]
name: Spring Coverage
Expand All @@ -69,7 +69,7 @@ jobs:
-Dsonar.java.checkstyle.reportPaths=target/checkstyle-result.xml
-Dsonar.coverage.exclusions=**/configuration/**,**/exception/**,**/dto/**,**/entity/**,**/models/**,**/repository/**,**/*$*Builder*,**/ApplicationConstant*
sonar_token: ${{ secrets.SONAR_SPRING }}
triggers: ('spring/')
# triggers: ('spring/')

- name: Archive CycloneDX
continue-on-error: true
Expand Down

0 comments on commit b31ca20

Please sign in to comment.