mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
a6c8ea8bfc
* chore: add more specific version of nodejs I want o to be more clear against what we are testing * chore: coverage as last step * chore: add codecov * chore: re-organize the steps
29 lines
416 B
YAML
29 lines
416 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "80...85"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 1%
|
|
base: auto
|
|
patch: no
|
|
changes: no
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "diff,flags,tree"
|
|
behavior: default
|
|
require_changes: no |