aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-08-29 14:52:14 -0400
committerJack Lloyd <[email protected]>2017-08-29 14:52:14 -0400
commit6b216d6d16eb0cae4c850afa02f6d25e2f75496e (patch)
tree9d78192ff16656d8a73a0a849f96f1d96cd82efa
parentf16c3df4fc4edc632bde4970a1ed00668e773571 (diff)
Revert f16c3df4fc4ed
Substantially more work required to get Sonar to report coverage
-rwxr-xr-xsrc/scripts/ci_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci_build.py b/src/scripts/ci_build.py
index 28b48a3dc..fcbc618c0 100755
--- a/src/scripts/ci_build.py
+++ b/src/scripts/ci_build.py
@@ -81,7 +81,7 @@ def determine_flags(target, target_os, target_cc, cc_bin, use_ccache, root_dir):
flags += ['--with-doxygen', '--with-sphinx']
test_cmd = None
- if target in ['coverage', 'sonar']:
+ if target == 'coverage':
flags += ['--with-coverage-info']
if target == 'valgrind':
flags += ['--with-valgrind']