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

Update fixtures to work using go1.10 #451

Merged
merged 1 commit into from
Apr 9, 2018
Merged

Conversation

nodo
Copy link
Collaborator

@nodo nodo commented Apr 4, 2018

In go 1.10 the -coverpkg flag does not load new packages, but allow
users to provide a list of patterns (see
https://golang.org/doc/go1.10#test). For this reason, we need to import
the the package in the fixture.

In go 1.10 the `-coverpkg` flag does not load new packages, but allow
users to provide a list of patterns (see
https://golang.org/doc/go1.10#test). For this reason, we need to import
the package in the fixture.
@nodo
Copy link
Collaborator Author

nodo commented Apr 6, 2018

For context, this PR fixes a red test in go 1.10 (see here)

@kirederik kirederik merged commit 468e89e into master Apr 9, 2018
@kirederik kirederik deleted the go-1.10-coverage-test branch April 9, 2018 12:58
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.

None yet

2 participants