- Notifications
You must be signed in to change notification settings - Fork1k
chore: switch from memfs to fstest.MapFS#327
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Switch from memfs to built-in fstest.MapFS* Ensure httptest servers are closed during test cleanup* Swap ordering of expected/actual values in assertion functions* Use http.StatusOK constants for status codes* Add a 1-second context timeout for each request* Use the test httptest.Server.Client() so that we can handle TLS server certificates if desired
bb3a94d
to3545416
Comparecodecovbot commentedFeb 18, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #327 +/- ##==========================================+ Coverage 63.61% 67.49% +3.87%========================================== Files 69 140 +71 Lines 786 7407 +6621 Branches 77 77 ==========================================+ Hits 500 4999 +4499- Misses 271 1897 +1626- Partials 15 511 +496
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nice! Another dependency bites the dust!
Uh oh!
There was an error while loading.Please reload this page.
TLS server certificates if desired