Skip to content

Commit

Permalink
Merge pull request #894 from tweag/coverage-renderer-description
Browse files Browse the repository at this point in the history
Added a description to coverage renderer README and removed -Werror
  • Loading branch information
mboes authored May 24, 2019
2 parents b2c4086 + 2ed8269 commit 8947d54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/coverage-reports/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ extra-source-files:
- README.md
- stack.yaml

synopsis: Generate coverage report from Rules_Haskell Bazel coverage output.
synopsis: HTML Coverage Reports for Rules_Haskell
category: Build Tool

ghc-options: -Wall -Werror
description: Generate coverage reports from Rules_Haskell Bazel coverage output

ghc-options: -Wall

executables:
bazel-coverage-report-renderer:
Expand Down

0 comments on commit 8947d54

Please sign in to comment.