Skip to content

Commit

Permalink
fix(evm): disable solidity coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Jan 26, 2024
1 parent ae7b777 commit c5c413c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions evm/evm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,13 @@
# genhtml lcov.info.pruned -o $out --branch-coverage
# mv lcov.info.pruned $out/lcov.info
# '';

show-solidity-coverage = pkgs.writeShellApplication {
name = "show-solidity-coverage";
runtimeInputs = [ ];
text = ''
xdg-open ${self'.packages.solidity-coverage}/index.html
'';
};
# show-solidity-coverage = pkgs.writeShellApplication {
# name = "show-solidity-coverage";
# runtimeInputs = [ ];
# text = ''
# xdg-open ${self'.packages.solidity-coverage}/index.html
# '';
# };

solidity-build-tests = pkgs.writeShellApplication {
name = "run-solidity-build-tests";
Expand Down

0 comments on commit c5c413c

Please sign in to comment.