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

feat(driver): Use an async Client #56

Merged
merged 1 commit into from
Nov 10, 2023
Merged

feat(driver): Use an async Client #56

merged 1 commit into from
Nov 10, 2023

Conversation

romac
Copy link
Member

@romac romac commented Nov 9, 2023

Closes: #57

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #56 (d0d312e) into main (19b65d3) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
- Coverage   86.54%   86.51%   -0.03%     
==========================================
  Files          25       25              
  Lines        1174     1171       -3     
==========================================
- Hits         1016     1013       -3     
  Misses        158      158              
Files Coverage Δ
Code/driver/src/driver.rs 87.65% <100.00%> (-0.21%) ⬇️
Code/test/src/client.rs 100.00% <100.00%> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@romac romac changed the title Use an async Client feat(driver): Use an async Client Nov 9, 2023
@romac romac marked this pull request as ready for review November 10, 2023 10:27
@romac romac merged commit 1ec7a94 into main Nov 10, 2023
7 checks passed
@romac romac deleted the async-client branch November 10, 2023 10:53
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.

feat(driver): Use async Client to enable both async or sync interface with environment
1 participant