webb-tools / zero-knowledge-gadgets

Zero-knowledge gadgets for Webb's cross-chain blockchain applications.
Apache License 2.0
89 stars 29 forks source link

[TASK] Fix code coverage for Plonk crates on CI #200

Open lazovicff opened 2 years ago

lazovicff commented 2 years ago

Since plonk crates are excluded from the workspace, the CI wont run the coverage analysis on them. Instead we should run them manually for each crate that is not in the workspace.

More info here: https://github.com/xd009642/tarpaulin