mirror of https://github.com/msberends/AMR.git
23 lines
382 B
YAML
23 lines
382 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: no # allow fail
|
|
ci:
|
|
- !appveyor # ignore CI builds by AppVeyor
|
|
|
|
comment: no
|
|
|
|
coverage:
|
|
precision: 1
|
|
round: up
|
|
range: "0...100"
|
|
status:
|
|
project: no
|
|
patch: no
|
|
changes: no
|
|
|
|
ignore:
|
|
- "R/atc_online.R"
|
|
- "R/mo_history.R"
|
|
- "R/mo_source.R"
|
|
- "R/resistance_predict.R" # gives a strange error but unit tests work
|