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 pkg/errors from dependencies #2073

Merged
merged 1 commit into from
Feb 17, 2020

Conversation

yurishkuro
Copy link
Member

Resolves #2061.

@yurishkuro yurishkuro requested a review from a team as a code owner February 17, 2020 16:42
@codecov
Copy link

codecov bot commented Feb 17, 2020

Codecov Report

Merging #2073 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2073      +/-   ##
==========================================
- Coverage   96.38%   96.36%   -0.02%     
==========================================
  Files         214      214              
  Lines       10529    10529              
==========================================
- Hits        10148    10146       -2     
- Misses        324      326       +2     
  Partials       57       57
Impacted Files Coverage Δ
cmd/query/app/server.go 91.78% <0%> (-2.74%) ⬇️
plugin/storage/badger/spanstore/reader.go 96.79% <0%> (ø) ⬆️

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 5ed586c...e2197c3. Read the comment docs.

@yurishkuro yurishkuro merged commit c9e4c92 into jaegertracing:master Feb 17, 2020
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.

Replace the use of pkg/errors with native error wrapping
1 participant