Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
codecov:
notify:
require_ci_to_pass: yes

coverage:
precision: 0
round: nearest
range: "70...95"

status:
project: yes
patch: yes
changes: no

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

comment:
layout: "header, diff"
behavior: default
require_changes: no

ignore:
- "tox/_verlib.py" # vendored in and not internally tested
- "tox/__main__.py"
1 change: 1 addition & 0 deletions changelog/802.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tweak codecov settings via .codecov.yml - by @obestwalter