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

Suport cancellable (or custom) context #34

Merged
merged 1 commit into from
Oct 9, 2021
Merged

Suport cancellable (or custom) context #34

merged 1 commit into from
Oct 9, 2021

Conversation

rinchsan
Copy link
Owner

@rinchsan rinchsan commented Sep 20, 2021

close #16

@rinchsan rinchsan added the major Major changes label Sep 20, 2021
@codecov
Copy link

codecov bot commented Sep 20, 2021

Codecov Report

Merging #34 (d08229d) into main (9e33767) will decrease coverage by 4.98%.
The diff coverage is 57.14%.

❗ Current head d08229d differs from pull request most recent head 1dff921. Consider uploading reports for the commit 1dff921 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   95.77%   90.78%   -4.99%     
==========================================
  Files           9        9              
  Lines         213      228      +15     
==========================================
+ Hits          204      207       +3     
- Misses          6       14       +8     
- Partials        3        7       +4     
Impacted Files Coverage Δ
credential.go 91.17% <40.00%> (-8.83%) ⬇️
jwt.go 87.50% <40.00%> (-12.50%) ⬇️
query.go 79.06% <45.45%> (-12.60%) ⬇️
api.go 100.00% <100.00%> (ø)
update.go 88.00% <100.00%> (ø)
validate.go 86.95% <100.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 9e33767...1dff921. Read the comment docs.

@rinchsan rinchsan merged commit 849f8c0 into main Oct 9, 2021
@rinchsan rinchsan deleted the context-support branch October 9, 2021 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major Major changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support cancellable (or custom) context.Context
1 participant