diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/codecov.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 000000000..f36be39cb --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +codecov: + strict_yaml_branch: master # only use the latest copy on master branch + +comment: off + +coverage: + status: + project: off + patch: off |