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:
|
||||
range: 70..100
|
||||
round: down
|
||||
precision: 2
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
informational: true
|
||||
patch:
|
||||
default:
|
||||
informational: true
|
||||
threshold: 2%
|
||||
|
||||
# Tests aren't important for coverage
|
||||
ignore:
|
||||
- "tests"
|
||||
|
||||
# Make less noisy comments
|
||||
comment:
|
||||
layout: "files"
|
||||
require_changes: yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue