aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2018-07-25 04:27:08 +0800
committerPaweł Bylica <chfast@gmail.com>2018-08-07 18:54:05 +0800
commit3f2539de048b331b7df486e854fefa1801c8cbe8 (patch)
tree0ea3f673232deaaf33c24b5eba6d180b018e4c44 /codecov.yml
parentae0959ae125ac2ae7084041a87c0736a8e7df6c6 (diff)
downloaddexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.gz
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.bz2
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.lz
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.xz
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.zst
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.zip
Add codecov config
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"