diff --git a/codecov.yml b/codecov.yml index 326788decf..5a4f96e2aa 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,11 +1,12 @@ codecov: - branch: repo-refactor + branch: master notify: require_ci_to_pass: false ignore: - "**/*.dtg.h" - "**/*.dtg.cc" + - "lib/**/test/*" coverage: @@ -19,4 +20,4 @@ coverage: comment: layout: "header, diff, flags, files" behavior: default - require_changes: no \ No newline at end of file + require_changes: no