summaryrefslogtreecommitdiffstats
path: root/ansible_collections/ibm/qradar/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/ibm/qradar/codecov.yml')
-rw-r--r--ansible_collections/ibm/qradar/codecov.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible_collections/ibm/qradar/codecov.yml b/ansible_collections/ibm/qradar/codecov.yml
new file mode 100644
index 000000000..c77c91a90
--- /dev/null
+++ b/ansible_collections/ibm/qradar/codecov.yml
@@ -0,0 +1,15 @@
+---
+codecov:
+ require_ci_to_pass: true
+comment:
+ layout: " diff, flags, files"
+ behavior: default
+ require_changes: false
+ require_base: false
+ require_head: true
+coverage:
+ status:
+ patch: false
+ project:
+ default:
+ threshold: 0.3%