diff options
author | Titus Wormer <tituswormer@gmail.com> | 2023-01-31 12:06:21 +0100 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2023-01-31 12:06:21 +0100 |
commit | aa5bc6f2fd6005f6f5d39cd00601143d58fcdc0c (patch) | |
tree | 79316a8bc498a531b8a96e0a6d896b91b568d6b7 /codecov.yml | |
parent | da45a1331f1b7d81e4e80b20d8c4b9be3d88e104 (diff) | |
download | markdown-rs-aa5bc6f2fd6005f6f5d39cd00601143d58fcdc0c.tar.gz markdown-rs-aa5bc6f2fd6005f6f5d39cd00601143d58fcdc0c.tar.bz2 markdown-rs-aa5bc6f2fd6005f6f5d39cd00601143d58fcdc0c.zip |
Add `codecov.yml`
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..6dfe577 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + patch: false + project: + default: + informational: true |