diff --git a/grcov.yml b/grcov.yml index d8ce523..6ec44a5 100644 --- a/grcov.yml +++ b/grcov.yml @@ -3,12 +3,4 @@ ignore-not-existing: true llvm: true filter: covered output-type: lcov -output-path: ./lcov.info -prefix-dir: /home/user/build/ -ignore: - - "/*" - - "C:/*" - - "../*" -path-mapping: - - "/path1" - - "/path2" +output-path: ./lcov.info \ No newline at end of file