forked from cerc-io/plugeth
05ade19302
* dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: memory, traffic and CPU on footer * dashboard: fix merge * dashboard: CPU, diskIO on footer * dashboard: rename variables, use group declaration * dashboard: docs
22 lines
442 B
YAML
22 lines
442 B
YAML
# 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
|