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

Revert to using pandas based batched query, removing dask as a depend… #4

Merged
merged 3 commits into from
Nov 2, 2023

Update readme

c8372f7
Select commit
Loading
Failed to load commit list.
Merged

Revert to using pandas based batched query, removing dask as a depend… #4

Update readme
c8372f7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 2, 2023 in 1s

83.57% (+5.35%) compared to 83188e5

View this Pull Request on Codecov

83.57% (+5.35%) compared to 83188e5

Details

Codecov Report

Merging #4 (c8372f7) into main (83188e5) will increase coverage by 5.35%.
The diff coverage is 83.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   78.22%   83.57%   +5.35%     
==========================================
  Files          17       17              
  Lines        1832     1869      +37     
==========================================
+ Hits         1433     1562     +129     
+ Misses        399      307      -92     
Files Coverage Δ
cycquery/utils/file.py 99.07% <100.00%> (+62.32%) ⬆️
cycquery/interface.py 90.00% <70.00%> (-4.55%) ⬇️
cycquery/orm.py 94.07% <93.33%> (+0.80%) ⬆️
cycquery/ops.py 80.87% <37.50%> (-0.42%) ⬇️

... and 2 files with indirect coverage changes

Impacted file tree graph