All Versions
25
Latest Version
Avg Release Cycle
64 days
Latest Release
-

Changelog History
Page 3

  • v0.4.0 Changes

    • โž• Add option to configure the coverage data conversion (issue #15)
    • โž• Add option to prevent from sending the coverage report (issue #17)
  • v0.3.0 Changes

    • ๐Ÿ‘Œ Support setting multiple test suites (issue #14)
    • ๐Ÿ–จ Process --exclude-dir value as a string prefix instead of a regex (issue #16)
  • v0.2.2 Changes

    • Prevent double compilation (issue #11)
    • โœ… Concurrently process cabal test stdout and stderr channels (issue #12)
    • โœ… Test with GHC 7.8.2
  • v0.2.1 Changes

    • โž• Additional CI services support (issue #1)
    • ๐Ÿ›  Fixed an issue in which mix files could not be found, @maoe contribution (issue #5)
    • ๐Ÿ’ป Introduced a command line argument to exclude files located under a given folder from the coverage report (issue #6)
    • Return with non-zero exit code when the tix file is not found (issue #7)
    • ๐Ÿ’ป Introduced a command line argument to specify a custom cabal executable name (issue #8)
    • ๐Ÿ“œ Parse and display response from coveralls.io (issue #9)
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial release