Fix broken YAML in a way that codecov understands

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.
This commit is contained in:
Martin Hořeňovský 2018-05-10 14:49:40 +02:00
parent db570b7e24
commit c323658483
1 changed files with 6 additions and 8 deletions

View File

@ -9,6 +9,12 @@ coverage:
patch:
default:
target: 80%
ignore:
- "projects/SelfTest"
- "**/catch_reporter_tap.hpp"
- "**/catch_reporter_automake.hpp"
- "**/catch_reporter_teamcity.hpp"
- "**/external/clara.hpp"
codecov:
@ -16,11 +22,3 @@ codecov:
comment:
layout: "diff"
coverage:
ignore:
- "projects/SelfTest"
- "**/catch_reporter_tap.hpp"
- "**/catch_reporter_automake.hpp"
- "**/catch_reporter_teamcity.hpp"
- "**/external/clara.hpp"