Created
October 2, 2019 17:05
-
-
Save crawftv/cb578898e9a94b13ca2c29c50c0956d3 to your computer and use it in GitHub Desktop.
The default file for generating codecov reports.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codecov: | |
notify: | |
require_ci_to_pass: yes | |
coverage: | |
precision: 2 | |
round: down | |
range: "70...100" | |
status: | |
project: yes | |
patch: yes | |
changes: no | |
parsers: | |
gcov: | |
branch_detection: | |
conditional: yes | |
loop: yes | |
method: no | |
macro: no | |
comment: | |
layout: "reach,diff,flags,tree" | |
behavior: default | |
require_changes: no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment