Add codecov config

This commit is contained in:
Paweł Bylica
2018-08-07 12:54:05 +02:00
parent ae0959ae12
commit 3f2539de04
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -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"