diff options
author | Valery Piashchynski <[email protected]> | 2020-12-19 17:11:06 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-19 17:11:06 +0300 |
commit | ace5f47196e0a5d0e926f5a956cd89574083c19a (patch) | |
tree | af8774771415278a0d9dba1e86131e65382575cf /codecov.yml | |
parent | bed3e3fea64a2ec18da9fb7dfb1b1701b853f83a (diff) |
Add codecov
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..672717e3 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +coverage: + status: + project: + default: + target: auto + threshold: 0% + informational: true + patch: + default: + target: auto + threshold: 0% + informational: true |