mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
19 lines
330 B
YAML
19 lines
330 B
YAML
|
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"
|