Closed bscrow closed 3 years ago
Merging #92 (989155f) into master (733c938) will increase coverage by
0.22%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #92 +/- ##
==========================================
+ Coverage 54.19% 54.41% +0.22%
==========================================
Files 7 7
Lines 1777 1777
==========================================
+ Hits 963 967 +4
+ Misses 814 810 -4
Impacted Files | Coverage Δ | |
---|---|---|
pysradb/search.py | 79.81% <100.00%> (ø) |
|
pysradb/sraweb.py | 80.76% <0.00%> (+0.80%) |
:arrow_up: |
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 733c938...989155f. Read the comment docs.
Awesome, thanks a lot @bscrow for taking care of this so quickly!
Resolves #88 by storing NCBI uids separately from the main search output
Add test case for SRA uids
Removed the allowed_methods argument, which is unnecessary and not supported on older versions of urllib3
Minor edits to docstring to reflect the latest changes