aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 00000000..f20980ef
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,18 @@
+codecov:
+ branch: develop
+coverage:
+ range: 70...100
+ status:
+ project:
+ default:
+ target: auto
+ paths: "!test/"
+ syntax:
+ target: auto
+ paths: "libsolidity/analysis"
+ flags: syntax
+ tests:
+ target: auto
+ paths: "test/"
+comment:
+ layout: "reach, diff, flags"