Skip to content

Commit 326fcbf

Browse files
committed
Fix project -> package comment
1 parent 0f8010c commit 326fcbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,12 @@ in {
239239
inherit stdenv lib haskellLib srcOnly;
240240
};
241241

242-
# Do coverage of a project
242+
# Do coverage of a package
243243
coverageReport = import ./cover.nix {
244244
inherit stdenv lib haskellLib pkgs;
245245
};
246246

247+
# Do coverage of a project
247248
projectCoverageReport = import ./cover-project.nix {
248249
inherit stdenv lib haskellLib pkgs;
249250
};

0 commit comments

Comments
 (0)