Skip to content
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

Change test output to directory inside target #100

Merged
merged 1 commit into from
Feb 2, 2015

Conversation

Kwestor
Copy link
Contributor

@Kwestor Kwestor commented Feb 2, 2015

Files compiled by ScoverageCompiler during tests were put into '.',
polluting root directory with a lot of .class files. clean does not
remove them as they are not in target.

I moved them to
scalac-scoverage-plugin/target/scala-$ShortScalaVersion/test-generated-classes.

Files compiled by `ScoverageCompiler` during tests were put into '.',
polluting root directory with a lot of `.class` files. `clean` does not
remove them as they are not in `target`.

I moved them to
`scalac-scoverage-plugin/target/scala-$ShortScalaVersion/test-generated-classes`.
sksamuel added a commit that referenced this pull request Feb 2, 2015
Change test output to directory inside `target`
@sksamuel sksamuel merged commit d649ec7 into scoverage:master Feb 2, 2015
@sksamuel
Copy link
Member

sksamuel commented Feb 2, 2015

Excellent thanks.

@Kwestor Kwestor deleted the change-test-output branch February 3, 2015 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants