We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7c758 commit df07b02Copy full SHA for df07b02
lib/cover-project.nix
@@ -73,14 +73,6 @@ in pkgs.runCommand "project-coverage-report"
73
mkdir -p $out/share/hpc/mix/
74
mkdir -p $out/share/hpc/html/
75
76
- findMixDir() {
77
- find $1 -iwholename "*/hpc/vanilla/mix" -exec find {} -maxdepth 1 -type d -iwholename "*/mix/*" \; -quit
78
- }
79
-
80
- findCabalFile() {
81
- find $1 -iname "*.cabal" -print -quit
82
83
84
# Create tix file with test run information for all packages
85
tixFile="$out/share/hpc/tix/all/all.tix"
86
hpcSumCmd=("hpc" "sum" "--union" "--output=$tixFile")
0 commit comments