diff options
author | Julian Berman <Julian@GrayVines.com> | 2020-05-16 12:19:27 -0400 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2020-05-16 12:19:27 -0400 |
commit | 3f51dc5fe427cf9b4c40ea7048d456cec4f41531 (patch) | |
tree | 3eb240db62b5eacc7403f53c48bafce0547b50d9 /codecov.yml | |
parent | 5e0fea13189bf118eadc8c812eed08f0751b8394 (diff) | |
download | jsonschema-3f51dc5fe427cf9b4c40ea7048d456cec4f41531.tar.gz |
Just require full coverage from codecov.
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/codecov.yml b/codecov.yml index a370000..640bd89 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,11 +1,5 @@ coverage: - precision: 2 - round: down status: patch: default: target: 100% - -comment: - layout: "header, diff, uncovered" - behavior: default |