Name : hpc-coveralls
| |
Version : 1.0.10
| Vendor : openSUSE
|
Release : bp150.2.8
| Date : 2018-07-30 21:07:40
|
Group : Development/Libraries/Haskell
| Source RPM : hpc-coveralls-1.0.10-bp150.2.8.src.rpm
|
Size : 18.25 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Coveralls.io support for Haskell
|
Description :
This utility converts and sends Haskell projects hpc code coverage to < http://coveralls.io/ coverall.io>.
/Usage/
Below is the simplest example of .travis.yml configuration to use with Travis CI:
> language: haskell > ghc: 7.8 > script: > - cabal configure --enable-tests --enable-library-coverage && cabal build && cabal test > after_script: > - cabal install hpc-coveralls > - hpc-coveralls [options] [test-suite-names]
Further information can be found in the < https://github.com/guillaume-nargeot/hpc-coveralls README>.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64 |