codecov: fix informational; disable github annotations

pull/6962/head
Victor Julien 5 years ago
parent 84d91e2e0d
commit 377ce6b679

@ -2,6 +2,11 @@ codecov:
require_ci_to_pass: false require_ci_to_pass: false
notify: notify:
after_n_builds: 3 after_n_builds: 3
coverage:
precision: 2
round: down
range: "70...100"
status: status:
project: project:
default: default:
@ -10,11 +15,6 @@ codecov:
default: default:
informational: true informational: true
coverage:
precision: 2
round: down
range: "70...100"
parsers: parsers:
gcov: gcov:
branch_detection: branch_detection:
@ -27,3 +27,6 @@ comment:
layout: "diff,flags" layout: "diff,flags"
behavior: default behavior: default
require_changes: no require_changes: no
github_checks:
annotations: false

Loading…
Cancel
Save