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

added: http-driver #61

Closed
wants to merge 13 commits into from
Closed

added: http-driver #61

wants to merge 13 commits into from

Conversation

daniel-samson
Copy link
Owner

Description

This pr introduces the http-driver to provide WebDav support.

Motivation and Context

version 1.2.0

Closes #4

Checklist

  • This change complies with the contributing guidelines.
  • I have provided automated tests to verify that these changes are correct.

@codecov
Copy link

codecov bot commented Jan 6, 2022

Codecov Report

Merging #61 (74a4cbc) into main (a201c82) will decrease coverage by 18.01%.
The diff coverage is 20.19%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #61       +/-   ##
===========================================
- Coverage   97.97%   79.95%   -18.02%     
===========================================
  Files          10       11        +1     
  Lines         345      449      +104     
  Branches       31       40        +9     
===========================================
+ Hits          338      359       +21     
- Misses          4       87       +83     
  Partials        3        3               
Impacted Files Coverage Δ
lib/config.ts 100.00% <ø> (ø)
lib/drivers/disk-driver.ts 100.00% <ø> (ø)
lib/drivers/file-driver.ts 100.00% <ø> (ø)
lib/drivers/http-driver.ts 19.41% <19.41%> (ø)
lib/drivers/index.ts 100.00% <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 a201c82...74a4cbc. Read the comment docs.

@daniel-samson daniel-samson changed the base branch from main to v1.2.0 January 10, 2022 05:05
@daniel-samson
Copy link
Owner Author

this should be moved into a separate package and registered with typefs-registry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add Http/WebDav driver
2 participants