Skip to content
Snippets Groups Projects
Commit e7071e28 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

exclude mocks from coverage

parent cea566fa
No related branches found
No related tags found
1 merge request!1174Resolve TMS-2810 "Test fixes part 3"
......@@ -10,7 +10,7 @@ sonar.javascript.lcov.reportPaths=build/gnucxx11_opt/SAS/TMSS/frontend/tmss_weba
#pipeline fails when the quality gate does not pass the standards
sonar.qualitygate.wait=true
sonar.qualitygate.timeout=1000
sonar.coverage.exclusions=**/*.test.js,**/setupTests.js
sonar.coverage.exclusions=**/*.test.js,**/setupTests.js,**/__mocks__/*.data.js
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=TMSS Frontend
#sonar.projectVersion=1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment