Skip to content

Commit

Permalink
feat(evm): add lcov file to coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Jan 8, 2024
1 parent ffeb019 commit e5ddb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/evm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
buildInputs = [ wrappedForge pkgs.lcov ];
} ''
forge coverage --ir-minimum --report lcov && \
genhtml lcov.info -o $out --branch-coverag
genhtml lcov.info -o $out --branch-coverag && mv lcov.info $out
'';

forge = wrappedForge;
Expand Down

0 comments on commit e5ddb70

Please sign in to comment.