diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2021-06-30 21:52:50 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2021-06-30 21:52:50 +0100 |
commit | 7b5b78fa3d187ea6346e7c532af255bf88c690fe (patch) | |
tree | c8028eb3a521b660f7017ecd104601b4d38b25a8 | |
parent | 41aae8330401f5ef3c6bea7b094b78481e5b977c (diff) | |
download | mlua-7b5b78fa3d187ea6346e7c532af255bf88c690fe.zip |
Add codecov.yml to don't fail on coverage change
-rw-r--r-- | codecov.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..9616f49 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + patch: + default: + only_pulls: true + project: + default: + only_pulls: true |