Add codecov.yml allowing coverage to drop slightly before "failing"
[rust-lightning] / c-bindings-gen / Cargo.toml
index 6f4716e82a3f5e94630a8b3b2aeed36bd50aa255..dedeade8f8e28e3746f5754ba8d25cb9608a40f4 100644 (file)
@@ -8,5 +8,8 @@ edition = "2018"
 syn = { version = "1", features = ["full", "extra-traits"] }
 proc-macro2 = "1"
 
+[profile.release]
+debug = true
+
 # We're not in the workspace as we're just a binary code generator:
 [workspace]