Skip to content

Mention the individual tasks that are automatically created. #104

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

Merged
merged 1 commit into from
Jun 23, 2019

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