diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..516c65ae --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,8 @@ +#To validate before committing: 'curl -X POST --data-binary @codecov.yml https://codecov.io/validate' + +codecov: + strict_yaml_branch: default # only use the latest YAML on stated branch + +ignore: + - "examples/*" # ignore examples + - "tests/*" # ignore unit tests \ No newline at end of file