Skip to content

Commit b84724d

Browse files
committed
chore: exclude runner/Main from code coverage
1 parent 8b9b4ed commit b84724d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sonar-project.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ sonar.c.file.suffixes=.c,.h
1616
sonar.cpp.file.suffixes=.cc,.cpp,.cxx,.c++,.hh,.hpp,.hxx,.h++,.ipp
1717

1818
sonar.sources=cucumber_cpp
19-
# sonar.exclusions=cucumber_cpp/acceptance_test/**/*,cucumber_cpp/example/**/*
2019

2120
sonar.tests=cucumber_cpp
2221
sonar.test.inclusions=**/test/*,**/test_doubles/*,**/test_helper/*
@@ -26,7 +25,7 @@ sonar.cfamily.threads=2
2625

2726
sonar.testExecutionReportPaths=execution.xml
2827
sonar.coverageReportPaths=coverage.xml
29-
sonar.coverage.exclusions=cucumber_cpp/acceptance_test/**/*,cucumber_cpp/example/**/*
28+
sonar.coverage.exclusions=cucumber_cpp/acceptance_test/**/*,cucumber_cpp/example/**/*,cucumber_cpp/runner/Main.cpp
3029
sonar.cpd.exclusions=${env.SONAR_DUPLICATION_EXCLUSIONS}
3130

3231
# Project specific ignored rules

0 commit comments

Comments
 (0)