hpc-coveralls
hpc-coveralls copied to clipboard
coveralls.io support for haskell code coverage with hpc
Generated with https://github.com/haskell-CI/haskell-ci https://github.com/peterbecich/hpc-coveralls/actions/runs/2481466339
- Allow user to specify "package directories" corresponding to the source directories of packages in a cabal.project. - Add functionality required to allow the user to specify the hpc data...
Note that I have not tested this against Cabal
Bump upper bounds on `containers` and `aeson`.
Aeson 1.4 is out, and seems to build OK against this, and GHC 8.6 moves to containers-0.6.0.1 but also seems to build OK.
This fixes warnings like the following. ``` : warning: [-Wmissing-home-modules] These modules are needed for compilation but not listed in your .cabal file's other-modules: HpcCoverallsCmdLine Paths_hpc_coveralls Trace.Hpc.Coveralls Trace.Hpc.Coveralls.Cabal Trace.Hpc.Coveralls.Config Trace.Hpc.Coveralls.Curl...