Closed 0xRoch closed 11 years ago
The travis job failed to upload to coveralls with:
[error] Not a valid command: coveralls
I think we need to add this to build.sbt
seq(ScctPlugin.instrumentSettings : _*) seq(com.github.theon.coveralls.CoverallsPlugin.coverallsSettings: _*)
And I think we will have to add sbt-scct as a plugin in project/plugins.sbt
sbt-scct
I really want to make this setup simpler in xsbt-coveralls-plugin.
xsbt-coveralls-plugin
@theon yep thanks I didn't have time to fix it before going to lunch !
The travis job failed to upload to coveralls with:
I think we need to add this to build.sbt
And I think we will have to add
sbt-scct
as a plugin in project/plugins.sbtI really want to make this setup simpler in
xsbt-coveralls-plugin
.