solidity/codecov.yml

19 lines
330 B
YAML
Raw Normal View History

2018-07-24 20:27:08 +00:00
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"