plugins/gcov/lib/gcov_constants.rb in ceedling-0.28.2 vs plugins/gcov/lib/gcov_constants.rb in ceedling-0.28.3

- old
+ new

@@ -11,6 +11,8 @@ GCOV_ARTIFACTS_FILE = File.join(GCOV_ARTIFACTS_PATH, "GcovCoverageResults.html") GCOV_IGNORE_SOURCES = %w(unity cmock cexception).freeze +GCOV_FILTER_EXPR = '^vendor.*|^build.*|^test.*|^lib.*' +