diff --git a/codecov.yml b/codecov.yml index 7a4789e..7b19db2 100644 --- a/codecov.yml +++ b/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