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 the build for units tests. #2361

Merged
merged 1 commit into from
Mar 19, 2020
Merged

Conversation

jpeach
Copy link
Contributor

@jpeach jpeach commented Mar 19, 2020

We need to not include hack in the go test build, since that causes
main to be defined multiple times.

Signed-off-by: James Peach jpeach@vmware.com

@jpeach jpeach added this to the 1.3.0 milestone Mar 19, 2020
We need to not include hack in the `go test` build, since that causes
`main` to be defined multiple times.

Signed-off-by: James Peach <jpeach@vmware.com>
@codecov
Copy link

codecov bot commented Mar 19, 2020

Codecov Report

Merging #2361 into master will increase coverage by 0.73%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2361      +/-   ##
==========================================
+ Coverage   77.24%   77.97%   +0.73%     
==========================================
  Files          62       60       -2     
  Lines        5256     5204      -52     
==========================================
- Hits         4060     4058       -2     
+ Misses       1109     1058      -51     
- Partials       87       88       +1     
Impacted Files Coverage Δ
cmd/contour/serve.go 0.00% <ø> (ø)
internal/dag/cache.go 95.43% <0.00%> (-0.71%) ⬇️

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 f74bfa6...515d37f. Read the comment docs.

@jpeach jpeach merged commit 4f031f5 into projectcontour:master Mar 19, 2020
@jpeach jpeach deleted the fix-test-build branch March 19, 2020 23:54
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.

3 participants