mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
4c42100df0
* Coverage: allow projects with no libraries - Prevent projects without a library from breaking the coverage report generators. - Added a test to ensure projects without libraries can build coverage reports. * Ensure the correct GHC version is used in project coverage reports - Previously, when trying to determine the version of GHC to use for a project coverage report, we would attempt to find the version of GHC used in the constituent coverage reports, or default to the GHC that is shipped with Nixpkgs. Using the GHC that ships with Nixpkgs is problematic (specifically the coverage-no-libs tests fail to run on Hydra), so we now ask the user to pass in the project to the "projectCoverageReport" function so we can find the correct version of GHC to use in a foolproof manner.
1 line
14 B
Plaintext
1 line
14 B
Plaintext
packages: pkga |