Closed addisonElliott closed 5 years ago
Merging #94 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #94 +/- ##
=======================================
Coverage 99.46% 99.46%
=======================================
Files 6 6
Lines 374 374
Branches 119 119
=======================================
Hits 372 372
Misses 1 1
Partials 1 1
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 3708341...e0298e2. Read the comment docs.
Remove tests from packaged distributions. Most users won't need to run the tests when they install
pynrrd
, so it is unnecessary files to pass along. In addition, the data was missing in order for the tests to run successfully.Fixes #84