Skip to content

Commit

Permalink
Fix broken YAML in a way that codecov understands
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
horenmar committed May 10, 2018
1 parent db570b7 commit c323658
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ coverage:
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"

coverage:
ignore:
- "projects/SelfTest"
- "**/catch_reporter_tap.hpp"
- "**/catch_reporter_automake.hpp"
- "**/catch_reporter_teamcity.hpp"
- "**/external/clara.hpp"

0 comments on commit c323658

Please sign in to comment.