lkilcher / dolfyn

A library for oceanographic doppler instruments such as Acoustic Doppler Profilers (ADPs, ADCPs) and Acoustic Doppler Velocimeters (ADVs).
BSD 3-Clause "New" or "Revised" License
41 stars 25 forks source link

Update test coverage #86

Closed jmcvey3 closed 2 years ago

jmcvey3 commented 2 years ago

Covers some things we added and some things that are older and never got coverage.

Lets merge #85 first and then I'll update this accordingly.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1831477767

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
dolfyn/binned.py 3 4 75.0%
dolfyn/rotate/base.py 1 2 50.0%
dolfyn/tests/test_analysis.py 13 14 92.86%
dolfyn/tests/test_read_adp.py 21 22 95.45%
dolfyn/velocity.py 10 11 90.91%
dolfyn/io/rdi.py 1 25 4.0%
<!-- Total: 80 109 73.39% -->
Files with Coverage Reduction New Missed Lines %
dolfyn/binned.py 1 91.32%
dolfyn/tests/test_analysis.py 1 88.51%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 1767256983: 1.8%
Covered Lines: 4530
Relevant Lines: 4993

💛 - Coveralls