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 reading of flag values in integration tests #2690

Merged
merged 1 commit into from
Jul 29, 2020

Conversation

marten-seemann
Copy link
Member

Flag values are not available in init(), and since Go 1.13, it's not possible to call flag.Parse() in init().

Flag values are not available in init(), and since Go 1.13, it's not
possible to call flag.Parse() in init().
@codecov
Copy link

codecov bot commented Jul 28, 2020

Codecov Report

Merging #2690 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2690   +/-   ##
=======================================
  Coverage   86.74%   86.74%           
=======================================
  Files         124      124           
  Lines        9905     9905           
=======================================
  Hits         8592     8592           
  Misses        980      980           
  Partials      333      333           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a854a4a...6ac0595. Read the comment docs.

@marten-seemann marten-seemann merged commit 99c0df0 into master Jul 29, 2020
@marten-seemann marten-seemann deleted the fix-integration-test-flags branch July 29, 2020 01:55
@aschmahmann aschmahmann mentioned this pull request Sep 22, 2020
72 tasks
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