Closed JBGreisman closed 3 years ago
Merging #42 (313686c) into master (eca32b4) will decrease coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #42 +/- ##
==========================================
- Coverage 99.18% 99.18% -0.01%
==========================================
Files 34 34
Lines 1349 1346 -3
==========================================
- Hits 1338 1335 -3
Misses 11 11
Flag | Coverage Δ | |
---|---|---|
unittests | 99.18% <100.00%> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
reciprocalspaceship/dataset.py | 99.00% <100.00%> (-0.01%) |
:arrow_down: |
reciprocalspaceship/dtypes/base.py | 96.79% <100.00%> (-0.04%) |
:arrow_down: |
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 eca32b4...313686c. Read the comment docs.
This PR updates
reciprocalspaceship
to support the latestpandas 1.2.0
. Based on testing, this supports versions 1.1.4 to latest, so I have adjusted ourinstall_requires
insetup.py
to reflect that.