Skip to content

Releases: scoverage/sbt-coveralls

v1.3.3

29 Nov 15:44
Compare
Choose a tag to compare

What’s Changed


v1.3.2

07 Mar 11:26
25999a1
Compare
Choose a tag to compare

What’s Changed

v1.3.1

19 Jun 08:32
466c7c3
Compare
Choose a tag to compare

What’s Changed

v1.3.0

13 Jun 19:33
a93b310
Compare
Choose a tag to compare

What’s Changed

1.2.7

28 Oct 23:09
Compare
Choose a tag to compare

Merged pull requests and fixed issues:

  • #123 - Faster MD5 and Parallel reports generation

1.2.6

26 May 12:50
Compare
Choose a tag to compare

Merged pull requests and fixed issues:

  • #122 - Improve performance for a large cobertura XML

1.2.5

04 May 19:54
Compare
Choose a tag to compare

Merged pull requests and fixed issues:

  • #120 - Determine source files encoding the same way sbt-scoverage plugin does
  • #119 - Send source file content MD5 digest instead of the content itself
  • #118 - Code cleanup
  • #117 - File paths relative to git repo root
  • #109 - Improve formatting of README.md

1.2.4

14 Apr 16:28
Compare
Choose a tag to compare

Merged pull requests and fixed issues:

  • #116 - Fix relative path calculation on Windows
  • #115 - Publish only aggregated coverage
  • #114 - Improve PR #113
  • #113 - Cross project build fixed (fixes #104 - Using coveralls in cross-project)

1.2.3

14 Apr 16:53
Compare
Choose a tag to compare

Merged pull requests and fixed issues:

  • #112 - Some build improvements
  • #110 - SBT cross compilation (fixes issue #105 - Build fails in cross compile due to macros)
  • #101 - Adding an override for the Git branch (fixes issue #47 - Override branch name with environment variable)
  • #100 - bring README uptodate
  • #98 - Don't Validate Document DTDs
  • #93 - Support calling coveralls from within a git submodule
  • #91 - Configurable Git Repository Location

1.2.2

14 Apr 23:40
Compare
Choose a tag to compare

Merged pull requests and fixed issues:

#99 - Publish the plugin for all cross SBT versions when releasing