-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
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
sbt scoverage:test
no longer runs the unit tests
#30
Comments
Might be due to https://help.github.com/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#deleting-a-public-repository |
You don't delete the repos when you move, you just assign it a new owner (in this case the scoverage user). Who knows what that does internally though. |
…not integration tests
#30 Default task for "scoverage:test" should be unit tests, not integration tests
These lines mean that the default action for
sbt scoverage:test
is now to run the integration tests, rather than the more conventional unit tests:It should be more like:
(I can't seem to submit a PR -- github thinks my repos isn't a fork of this. Strange.)
The text was updated successfully, but these errors were encountered: