mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
c323658483
Theoretically the previous was not a valid YAML at all, but it is fairly common for parsers to accept it, just in a wrong way. This results in a configuration where only the last value for duplicate keys is taken, instead of a hard error.
25 lines
400 B
YAML
25 lines
400 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"
|
|
- "**/external/clara.hpp"
|
|
|
|
|
|
codecov:
|
|
branch: master
|
|
|
|
comment:
|
|
layout: "diff"
|