Skip to content

Commit

Permalink
fix(sonar): coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Jan 13, 2022
1 parent 5c5405d commit ca4df65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ml-cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
args: >
-Dsonar.organization=axaguildev
-Dsonar.projectKey=AxaGuilDEv_ml-cli
-Dsonar.python.coverage.reportPaths=coverage.xml
-Dsonar.exclusions=**/*.spec.js,**/*.stories.js,**/ClientApp/src/Toolkit/**,**/ClientApp/coverage/**,Scripts/**,**/*.scss,**/__snapshots__/**,**/*[Tt]ests.cs,**/node_modules/**,**/ClientApp/build/**,**/ClientApp/.storybook/**,**/ClientApp/storybook-static/**,**/obj/**,**/__mocks__/**,**/ClientApp/src/serviceWorker.ts
-Dsonar.javascript.lcov.reportPaths=ClientApp/coverage/lcov.info
-Dsonar.javascript.lcov.reportPaths=**/ClientApp/coverage/lcov.info
-Dsonar.cs.opencover.reportsPaths=**/opencover.xml
tags:
Expand Down Expand Up @@ -269,4 +268,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./demo/demo.zip
asset_name: demo.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit ca4df65

Please sign in to comment.