mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
442 B
22 lines
442 B
7 years ago
|
# Enable coverage report message for diff on commit
|
||
|
coverage:
|
||
|
status:
|
||
|
project: off
|
||
|
patch:
|
||
|
default:
|
||
|
# basic
|
||
|
target: auto
|
||
|
threshold: null
|
||
|
base: auto
|
||
|
# advanced
|
||
|
branches: null
|
||
|
if_no_uploads: error
|
||
|
if_not_found: success
|
||
|
if_ci_failed: error
|
||
|
only_pulls: false
|
||
|
flags: null
|
||
|
paths: null
|
||
|
|
||
|
# Disable comments on Pull Requests
|
||
|
comment: false
|