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

Remove md-to-godoc #2598

Merged
merged 5 commits into from
Oct 29, 2020
Merged

Conversation

yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented Oct 28, 2020

@yurishkuro yurishkuro requested a review from a team as a code owner October 28, 2020 19:24
@yurishkuro yurishkuro requested a review from vprithvi October 28, 2020 19:24
jpkrohling
jpkrohling previously approved these changes Oct 28, 2020
Copy link
Contributor

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@yurishkuro yurishkuro closed this Oct 28, 2020
@yurishkuro yurishkuro reopened this Oct 28, 2020
@mergify mergify bot dismissed jpkrohling’s stale review October 28, 2020 20:36

Pull request has been modified.

@jpkrohling
Copy link
Contributor

Did you force-push to trigger the CI?

@yurishkuro yurishkuro closed this Oct 28, 2020
@yurishkuro yurishkuro reopened this Oct 28, 2020
@yurishkuro
Copy link
Member Author

I made a PR from stale master, so force push was after rebase.

jpkrohling
jpkrohling previously approved these changes Oct 28, 2020
Signed-off-by: Yuri Shkuro <[email protected]>
@mergify mergify bot dismissed jpkrohling’s stale review October 29, 2020 02:36

Pull request has been modified.

@yurishkuro yurishkuro mentioned this pull request Oct 29, 2020
4 tasks
Signed-off-by: Yuri Shkuro <[email protected]>
@@ -156,13 +156,14 @@ func TestStartStopRace(t *testing.T) {
{
Model: jaegerModel,
Protocol: compactProtocol,
Workers: 1,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't need 10 goroutines in the test

@@ -153,7 +147,7 @@ all-srcs:

.PHONY: cover
cover: nocover
$(GOTEST) -coverprofile cover.out ./...
$(GOTEST) -timeout 5m -coverprofile cover.out ./...
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default timeout is 10min, which is the same as Travis's no-output timeout, so Travis kills the job before go test has a chance to timeout and print the stack dump if there is a deadlock.

@codecov
Copy link

codecov bot commented Oct 29, 2020

Codecov Report

Merging #2598 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2598   +/-   ##
=======================================
  Coverage   95.32%   95.32%           
=======================================
  Files         208      208           
  Lines        9281     9289    +8     
=======================================
+ Hits         8847     8855    +8     
  Misses        355      355           
  Partials       79       79           
Impacted Files Coverage Δ
pkg/config/tlscfg/cert_watcher.go 94.52% <100.00%> (+0.07%) ⬆️
pkg/testutils/logger.go 100.00% <100.00%> (ø)
cmd/collector/app/zipkin/jsonv2.go 100.00% <0.00%> (ø)

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 8388432...252327c. Read the comment docs.

@yurishkuro yurishkuro merged commit ee3bbee into jaegertracing:master Oct 29, 2020
@yurishkuro yurishkuro deleted the remove-md-to-godoc branch October 29, 2020 05:10
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.

Remove md-to-godoc-gen and its dependencies
2 participants