We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The last commit ( 6324069 ) seemed to remove the coveralls.io build from the travis-ci script.
I've been trying to get the coveralls + scoverage plugin to run via travis but i keep getting JSON errors when i run sbt ++$TRAVIS_SCALA_VERSION coveralls via travis. Repro here: https://travis-ci.org/blackboxsociety/bbs-web/builds/24160041
sbt ++$TRAVIS_SCALA_VERSION coveralls
When i run sbt ++$TRAVIS_SCALA_VERSION scoverage:test everything works out fine, but i don't get my coverage reports pushed to coveralls.
sbt ++$TRAVIS_SCALA_VERSION scoverage:test
The text was updated successfully, but these errors were encountered:
I would guess that this old issue is covered by other issues, eg scoverage/sbt-scoverage#146
Could this now be closed?
Sorry, something went wrong.
No branches or pull requests
The last commit ( 6324069 ) seemed to remove the coveralls.io build from the travis-ci script.
I've been trying to get the coveralls + scoverage plugin to run via travis but i keep getting JSON errors when i run
sbt ++$TRAVIS_SCALA_VERSION coveralls
via travis. Repro here: https://travis-ci.org/blackboxsociety/bbs-web/builds/24160041When i run
sbt ++$TRAVIS_SCALA_VERSION scoverage:test
everything works out fine, but i don't get my coverage reports pushed to coveralls.The text was updated successfully, but these errors were encountered: