Merge another codecov
This commit is contained in:
parent
1c486b2c73
commit
1b8c3056e6
1 changed files with 13 additions and 7 deletions
20
codecov.yml
20
codecov.yml
|
|
@ -1,11 +1,17 @@
|
||||||
ignore:
|
|
||||||
- "libsqlite3-sys/bindgen-bindings"
|
|
||||||
- "libsqlite3-sys/sqlite3"
|
|
||||||
coverage:
|
coverage:
|
||||||
|
range: 70..100
|
||||||
|
round: down
|
||||||
|
precision: 2
|
||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
informational: true
|
threshold: 2%
|
||||||
patch:
|
|
||||||
default:
|
# Tests aren't important for coverage
|
||||||
informational: true
|
ignore:
|
||||||
|
- "tests"
|
||||||
|
|
||||||
|
# Make less noisy comments
|
||||||
|
comment:
|
||||||
|
layout: "files"
|
||||||
|
require_changes: yes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue