File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 224
224
inherit configFiles executableToolDepends cleanSrc exeName ;
225
225
env = shellWrappers ;
226
226
profiled = self ( drvArgs // { enableLibraryProfiling = true ; } ) ;
227
- covered = self ( drvArgs // { doCoverage = true ; } ) ;
228
227
} // lib . optionalAttrs ( haskellLib . isLibrary componentId ) ( {
229
228
inherit haddock ;
230
229
inherit ( haddock ) haddockDir ; # This is null if `doHaddock = false`
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ the builder in `comp-builder.nix`. The doCoverage flag enables and
7
7
disables the Cabal coverage flag and copies any generated coverage
8
8
data to "$out/share/hpc".
9
9
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
-
14
10
## Mix and tix files
15
11
16
12
The coverage information for any derivation consists of "mix" and
You can’t perform that action at this time.
0 commit comments