diff options
author | Casey Lee <cplee@nektos.com> | 2021-03-29 07:28:45 +0200 |
---|---|---|
committer | Casey Lee <cplee@nektos.com> | 2021-03-29 07:28:45 +0200 |
commit | 345c652e75bad3f9abb8f23ba2310c717287dfd1 (patch) | |
tree | 7b1759f80b5488a58b91e41adf128733a5ad6dc9 /codecov.yml | |
parent | include past tags when releasing (diff) | |
download | forgejo-act-345c652e75bad3f9abb8f23ba2310c717287dfd1.tar.xz forgejo-act-345c652e75bad3f9abb8f23ba2310c717287dfd1.zip |
add status checks
Diffstat (limited to 'codecov.yml')
-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..d00a55f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: auto # auto compares coverage to the previous base commit + patch: + default: + target: 100% |