Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cards
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Kevin Vujic
cards
Commits
43ce4956
Commit
43ce4956
authored
Sep 10, 2019
by
Yannik Hoehnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exclude test files for sonaqube code coverage
parent
f563799b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build.gradle
build.gradle
+1
-1
No files found.
build.gradle
View file @
43ce4956
...
...
@@ -12,7 +12,7 @@ sonarqube {
property
"sonar.language"
,
"js"
property
"sonar.sources"
,
"./"
// See https://github.com/SonarSource/sonar-javascript/issues/552.
property
"sonar.exclusions"
,
"**/node_modules/**, client/thirdParty/**"
property
"sonar.exclusions"
,
"**/node_modules/**, client/thirdParty/**
, **/tests/**, **.test.**
"
property
"sonar.host.url"
,
"https://scm.thm.de/sonar/"
property
"sonar.javascript.lcov.reportPaths"
,
"./.coverage/lcov.info"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment