mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 09:56:31 +02:00
development: change codecov precision
This commit is contained in:
parent
d21d3c45b5
commit
f050a1df19
1 changed files with 5 additions and 3 deletions
|
@ -3,12 +3,14 @@ codecov:
|
|||
require_ci_to_pass: yes
|
||||
|
||||
coverage:
|
||||
precision: 2
|
||||
precision: 1
|
||||
round: down
|
||||
range: "70...100"
|
||||
|
||||
status:
|
||||
project: yes
|
||||
project:
|
||||
default:
|
||||
threshold: .2
|
||||
patch: no
|
||||
changes: no
|
||||
|
||||
|
@ -21,6 +23,6 @@ parsers:
|
|||
macro: no
|
||||
|
||||
comment:
|
||||
layout: "header, diff"
|
||||
layout: "header, diff, files"
|
||||
behavior: default
|
||||
require_changes: no
|
||||
|
|
Loading…
Add table
Reference in a new issue