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 handling of -coverprofile #1

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

klmitch
Copy link

@klmitch klmitch commented Jan 9, 2020

The logic in coverfail currently adds two options if -coverprofile is set: "-coverprofile=" and the name of the desired profile. This effectively disables the output of a coverage profile. To correct this, the equal sign is omitted, which will cause the following argument to be interpreted as a value for the option.

The logic in coverfail currently adds two options if -coverprofile is set:
"-coverprofile=" and the name of the desired profile.  This effectively
disables the output of a coverage profile.  To correct this, the equal
sign is omitted, which will cause the following argument to be interpreted
as a value for the option.
@bleggett bleggett merged commit 2154a1b into bleggett:master Jan 9, 2020
@klmitch klmitch deleted the fix-coverprofile branch January 9, 2020 20:50
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