Skip to content

Commit

Permalink
fix coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHajdu committed Apr 24, 2020
1 parent 8921a28 commit 6d91c0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
12 changes: 2 additions & 10 deletions bobek.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,8 @@ test-suite test
, containers
, bytestring
, text
other-modules: Bobek.Destination
Bobek.Filter
Bobek.Message
Bobek.ReceiveId
Bobek.ScriptFilter
Bobek.Source
Bobek.Mover
Bobek.Log
Bobek.Test.FakeEnvironment
hs-source-dirs: test lib
other-modules: Bobek.Test.FakeEnvironment
hs-source-dirs: test
default-language: Haskell2010
default-extensions: DerivingStrategies, OverloadedStrings
ghc-options: -Weverything
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ cabal new-install ormolu
``` bash
make format
```

# coverage information

``` bash
cabal clean
cabal new-configure --enable-test --enable-coverage
caba new-test
```
2 changes: 0 additions & 2 deletions todo
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
- split up to library and executable
- hlint
- coverage
- make sub probject Bobek
- safe prelude
- fix script filter protocol (length of message in first line, json?, base64)
Expand Down

0 comments on commit 6d91c0a

Please sign in to comment.