commit 1c486b2c73cb2ae896dd77e0f0ec060a47f15cd7 Author: Jon Gjengset Date: Sat Sep 17 12:10:07 2022 -0700 Add one codecov diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..7a4789e --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +ignore: + - "libsqlite3-sys/bindgen-bindings" + - "libsqlite3-sys/sqlite3" +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true