* ctx manager for SP * updates * update * further simplifying * accommodate both training context managers * simplifying * simplifying * nit * reorg * tweak codecov yaml * add gather post hook, simplify, fixes * pytest * pytest fix
57 lines
1019 B
YAML
57 lines
1019 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
notify:
|
|
wait_for_ci: true
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
status:
|
|
project:
|
|
default:
|
|
# basic
|
|
target: auto
|
|
threshold: 0%
|
|
base: auto
|
|
# advanced
|
|
branches: null
|
|
if_no_uploads: error
|
|
if_not_found: success
|
|
if_ci_failed: error
|
|
only_pulls: false
|
|
flags: null
|
|
paths: null
|
|
patch:
|
|
default:
|
|
# basic
|
|
target: auto
|
|
threshold: 0%
|
|
base: auto
|
|
# advanced
|
|
branches: null
|
|
if_no_uploads: error
|
|
if_not_found: success
|
|
if_ci_failed: error
|
|
only_pulls: false
|
|
flags: null
|
|
paths: null
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,files,footer"
|
|
behavior: default
|
|
require_changes: no
|
|
require_base: no
|
|
require_head: yes
|
|
|
|
github_checks:
|
|
annotations: false
|