Skip to content

Commit c11c6bc

Browse files
committed
Eliminate covered attribute
1 parent 24f3b6e commit c11c6bc

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

builder/comp-builder.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ let
224224
inherit configFiles executableToolDepends cleanSrc exeName;
225225
env = shellWrappers;
226226
profiled = self (drvArgs // { enableLibraryProfiling = true; });
227-
covered = self (drvArgs // { doCoverage = true; });
228227
} // lib.optionalAttrs (haskellLib.isLibrary componentId) ({
229228
inherit haddock;
230229
inherit (haddock) haddockDir; # This is null if `doHaddock = false`

docs/dev/coverage.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ the builder in `comp-builder.nix`. The doCoverage flag enables and
77
disables the Cabal coverage flag and copies any generated coverage
88
data to "$out/share/hpc".
99

10-
There also exists a `covered` attribute on each component, it takes
11-
the existing derivation for that component and modifies it to have
12-
coverage enabled.
13-
1410
## Mix and tix files
1511

1612
The coverage information for any derivation consists of "mix" and

0 commit comments

Comments
 (0)