Skip to content

Instantly share code, notes, and snippets.

@danielcompton
Created August 27, 2016 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielcompton/a56cc02abfd8f154606c3448370ca49e to your computer and use it in GitHub Desktop.
Save danielcompton/a56cc02abfd8f154606c3448370ca49e to your computer and use it in GitHub Desktop.
Cloverage release notes

From: https://clojurians.slack.com/archives/announce-to-everyone/p1472044031000606

There’s a new release of Cloverage out at [lvh/cloverage "1.0.7"] (It’s under my org on clojars, because I’m the new release manager — see cloverage/cloverage#103 for details). New features:

  • Features
  • Add codecov.io support with the --codecov flag (*78)
  • Add lcov (e.g. coverlay) support with the --lcov flag (#114)
  • Improvements
  • Coverage fn (internal hot loop) optimization (#90)
  • Dependency upgrades, including running tests on OpenJDK 8 (#105)
  • Bugfixes
  • Fix Unicode (UTF-8) support for HTML output (#100)
  • Fix handling of multibyte characters (#108)
  • Fix HTML entity encoding bug (#55)
  • Coveralls report: fix source digest, line hit numbers (#96)

If any of you have stopped using Cloverage because it was unmaintained, please, please, please give it another shot — there are quite a few people still interested in this project, and I’m spending a bunch of cycles maintaining it now, so any help would be much appreciated and certainly won’t be ignored 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment