mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 13:19:55 +01:00
8dd25b0410
Fixes #2063 Related to #2050
26 lines
438 B
YAML
26 lines
438 B
YAML
coverage:
|
|
precision: 2
|
|
round: nearest
|
|
range: "60...90"
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 2%
|
|
patch:
|
|
default:
|
|
target: 80%
|
|
ignore:
|
|
- "projects/SelfTest"
|
|
- "**/catch_reporter_tap.hpp"
|
|
- "**/catch_reporter_automake.hpp"
|
|
- "**/catch_reporter_teamcity.hpp"
|
|
- "**/catch_reporter_sonarqube.hpp"
|
|
- "**/external/clara.hpp"
|
|
|
|
|
|
codecov:
|
|
branch: v2.x
|
|
|
|
comment:
|
|
layout: "diff"
|