Skip to content

fix reading of flag values in integration tests#2690

Merged
marten-seemann merged 1 commit intomasterfrom
fix-integration-test-flags
Jul 29, 2020
Merged

fix reading of flag values in integration tests#2690
marten-seemann merged 1 commit intomasterfrom
fix-integration-test-flags

Conversation

@marten-seemann
Copy link
Copy Markdown
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
Copy Markdown

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