Skip to content

Conversation

@cstroe
Copy link
Contributor

@cstroe cstroe commented Jun 6, 2019

Running the reportScoverage task runs all the test tasks, regardless of what task you're passing on the command line.

I was able to use reportTestScoverage to only run the unit tests.

So instead of:

./gradlew test reportScoverage -x integrationTest

I was able to do:

./gradlew test reportTestScoverage

@maiflai
Copy link
Contributor

maiflai commented Jun 23, 2019

Thanks, much appreciated.

Stu

@maiflai maiflai merged commit 924bf49 into scoverage:master Jun 23, 2019
@cstroe cstroe deleted the update-readme branch June 24, 2019 00:25
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.

3 participants