Spice21 icon indicating copy to clipboard operation
Spice21 copied to clipboard

Adding procedural macros broke coverage runs

Open dan-fritchman opened this issue 4 years ago • 0 comments

Adding the procedural-macros crate has caused all coverage runs since https://github.com/HW21/Spice21/actions/runs/441111829 to fail.

Apparently a known thing with the coverage runner (Tarpaulin): https://github.com/xd009642/tarpaulin#procedural-macros. The associated runtime-macros https://crates.io/crates/runtime-macros crate currently does not support derive macros.

dan-fritchman avatar Dec 27 '20 05:12 dan-fritchman