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

Simplify _isCoverageEnabled() method #281

Merged
merged 1 commit into from
Aug 30, 2020

Conversation

Turbo87
Copy link
Collaborator

@Turbo87 Turbo87 commented Aug 30, 2020

Environment variables are inherently string-based and can't use boolean values. This commit changes _isCoverageEnabled() to only accept the true string (case insensitive).

This probably does not need to be considered a breaking change, since from the outside only the string value was available anyway.

Environment variables are inherently string-based and can't use boolean values. This commit changes `_isCoverageEnabled()` to only accept the `true` string (case insensitive).
@Turbo87 Turbo87 merged commit 7c8aef7 into ember-cli-code-coverage:master Aug 30, 2020
@Turbo87 Turbo87 deleted the env-var branch August 30, 2020 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants