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

Fix Coverage version floor comparison #118

Merged
merged 1 commit into from
Sep 1, 2021
Merged

Conversation

Joaquimmnetto
Copy link
Contributor

@Joaquimmnetto Joaquimmnetto commented Sep 1, 2021

Description

Turning on CodeCoverage reporting on Unity 2019 project

unity {
    enableTestCodeCoverage = true
}

adds most code coverage parameters except -enableCodeCoverage.

resolves #117

Changes

  • FIX version number comparison for enableCodeCoverage argument in the Test task .

@Larusso Larusso merged commit 23a2cf4 into master Sep 1, 2021
@Larusso Larusso deleted the fix/coverage-version-floor branch September 1, 2021 14:50
@Larusso Larusso changed the title FIx: Coverage version floor comparison Fix Coverage version floor comparison Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enableTestCodeCoverage not setting -enableCodeCoverage on Unity 2019
3 participants