mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
23 lines
402 B
YAML
23 lines
402 B
YAML
codecov:
|
|
branch: develop
|
|
coverage:
|
|
range: 70...100
|
|
status:
|
|
patch:
|
|
default:
|
|
target: "50%"
|
|
paths: "!test/"
|
|
project:
|
|
default:
|
|
target: auto
|
|
paths: "!test/"
|
|
syntax:
|
|
target: auto
|
|
paths: "libsolidity/analysis"
|
|
flags: syntax
|
|
tests:
|
|
target: auto
|
|
paths: "test/"
|
|
comment:
|
|
layout: "reach, diff, flags"
|