metricq / aiocouch

🛋 An asynchronous client library for CouchDB 2.x and 3.x
https://aiocouch.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
29 stars 10 forks source link

Adds documentation for bulk operations #37

Closed bmario closed 3 years ago

bmario commented 3 years ago

Fixes #33

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (52f40d1) into master (563c6f7) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   96.70%   96.81%   +0.10%     
==========================================
  Files          11       11              
  Lines         851      847       -4     
==========================================
- Hits          823      820       -3     
+ Misses         28       27       -1     
Impacted Files Coverage Δ
aiocouch/document.py 90.69% <ø> (-1.84%) :arrow_down:
aiocouch/exception.py 98.50% <ø> (+5.17%) :arrow_up:
aiocouch/remote.py 96.38% <ø> (-0.02%) :arrow_down:
aiocouch/bulk.py 100.00% <100.00%> (ø)
aiocouch/database.py 100.00% <100.00%> (ø)
aiocouch/request.py 100.00% <0.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 563c6f7...52f40d1. Read the comment docs.