Releases: scoverage/sbt-coveralls
1.2.1
v1.2.1 Releasing 1.2.1
1.2.0
Merged pull requests and fixed issues:
#96 - Crossbuilding for sbt 0.13 and 1.0
#89 - Update scalaj-http to 1.1.4
#87 - Fix bad command orders in multiproject documentation
#86 - Add missing coverageReport
command in multiproject documentation
#84 - Upgrades sbt to 0.13.11
#83 - Add missing step to travis instructions
#82 - Uses new containerized Travis build system (fixes issue #67 - Migrate to updated travis build config)
1.1.0
Merged pull requests and fixed issues:
#81 - Update README.md
#79 - Update README URLs based on HTTP redirects
#78 - Update Travis Pro section of README
#77 - Change isChild
to return false for equal files (fixes issue #73 - Source directories must not be nested)
#75 - Coveralls endpoint support (fixes issue #74 - Add support for COVERALLS_ENDPOINT
environment variable)
#66 - Fix coveralls publishing
#65 - Add support for CircleCI CI_PULL_REQUEST parameter
#64 - Updated ciphers for the October 2015 https://coveralls.io cert. (fixes issue #63 - Received fatal alert: handshake_failure)
#61 - Fix typo
#59 - Missed a reformatting
#58 - Cleanups and multi-project support
#50 - Update Install Instructions to latest versions
#49 - Source file paths not converted properly
1.0.0
Merged pull requests and fixed issues:
#48 - Windows compatibility
#46 - Add a Gitter chat badge to README.md
#44 - Improve the handling of incorrect coveralls token
#43 - Make the git test more reliable
#41 - Fix various bugs with aggregated projects
#40 - Don't upload multiple payloads
#38 - Updating the readme to specify how to use this plugin with travis-pro (fixes issue #37 - Document the need to add configuration to your build.sbt to enable travis-pro as a service_name)
#35 - Fix for issue #28 (fixes issue #28 - StringIndexOutOfBoundsException when running on Travis CI)
#31 - Update README.md (fixes issue #30 - Can't resolve 1.0.0)
#24 - Correct README.md for build.sbt
#21 - No need to re-run tests if a scoverage.xml exists)
#3 - Option to just upload
0.99.0
Merged pull requests and fixed issues:
#19 - Update to use jgit rather than calling out to git (fixes issue #18 - Out of memory when running in travis)
#17 - Version of plugin
#15 - Better handling for coveralls.io 500 response
#14 - Updated Specifying Your Repo Token
#12 - Doesn't send folder info for sub projects
#10 - Updated Readme with build.scala example
#9 - Moved CoverallsPlugin to enable import from Build.scala projects
#6 - coveralls.io internal server error handling