EspressoSystems / jellyfish

A Rust Implementation of the PLONK ZKP System and Extensions
https://jellyfish.docs.espressosys.com
MIT License
397 stars 100 forks source link

feat: Add grcov to flake.nix #621

Closed philippecamacho closed 3 months ago

philippecamacho commented 3 months ago

Part of #614

This PR:

On my machine grcov is not installed. By updating flake.nix the test coverage script works.

This PR does not:

This PR does not solve #614 entirely, only a part.

Key places to review:

flake.nix file.