commit | 86afece6ad774e2d6a444030830a56c79109f854 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Fri Sep 10 08:14:43 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Fri Sep 10 08:14:43 2021 +0530 |
tree | 0e6a90d324bf51dad118b6ae7c174ca7401d054c | |
parent | 1fc8fcc2587000749eb2647563aa9cbac839a54a [diff] |
ci: Add codecov configuration file
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..217b52c --- /dev/null +++ b/codecov.yml
@@ -0,0 +1,13 @@ +codecov: + require_ci_to_pass: yes + +coverage: + status: + project: + default: + target: auto + threshold: 0.5% + +comment: + layout: "diff, files" + require_changes: true