solidity/codecov.yml

23 lines
402 B
YAML
Raw Normal View History

2018-07-24 20:27:08 +00:00
codecov:
branch: develop
coverage:
range: 70...100
status:
2019-02-20 15:09:00 +00:00
patch:
default:
target: "50%"
paths: "!test/"
2018-07-24 20:27:08 +00:00
project:
default:
target: auto
paths: "!test/"
syntax:
target: auto
paths: "libsolidity/analysis"
flags: syntax
tests:
target: auto
paths: "test/"
comment:
layout: "reach, diff, flags"