mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-01-19 04:22:11 +00:00
33 lines
620 B
YAML
33 lines
620 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 1
|
|
round: up
|
|
range: '50...100'
|
|
status:
|
|
project:
|
|
default: # This can be anything, but it needs to exist as the name
|
|
# basic settings
|
|
target: 75%
|
|
threshold: 10%
|
|
if_ci_failed: error #success, failure, error, ignore
|
|
only_pulls: false
|
|
patch:
|
|
default:
|
|
target: 75%
|
|
threshold: 25%
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: no
|
|
loop: no
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: 'reach,diff,flags,files,footer'
|
|
behavior: default
|
|
require_changes: no
|