diff --git a/grcov.yml b/grcov.yml new file mode 100644 index 0000000..8fabe24 --- /dev/null +++ b/grcov.yml @@ -0,0 +1,11 @@ +branch: true +ignore-not-existing: true +llvm: true +filter: covered +output-type: lcov +output-path: ./lcov.info +ignore: + - "/*" + - "tests/*" + - "C:/*" + - "../*"