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

Adds documentation for bulk operations #37

Merged
merged 15 commits into from
Aug 18, 2021
Merged

Adds documentation for bulk operations #37

merged 15 commits into from
Aug 18, 2021

Conversation

bmario
Copy link
Member

@bmario bmario commented Aug 17, 2021

Fixes #33

@codecov
Copy link

codecov bot commented Aug 17, 2021

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%) ⬇️
aiocouch/exception.py 98.50% <ø> (+5.17%) ⬆️
aiocouch/remote.py 96.38% <ø> (-0.02%) ⬇️
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.

@bmario bmario merged commit 6db05e8 into master Aug 18, 2021
@bmario bmario deleted the bulk-doc branch August 18, 2021 12:01
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.

Documentation of BulkOperation
1 participant