pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

Add tests and refactor trollstalker a bit #141

Closed mraspaud closed 1 year ago

mraspaud commented 1 year ago

This PR adds a simple functionality test for trollstalker. At the same time the main functionality is moved out of the bin directory into the pytroll_collector package.

Another test is commented out for now, as this will be used in the next PR.

codecov[bot] commented 1 year ago

Codecov Report

Merging #141 (01ee58d) into main (5f154a1) will decrease coverage by 0.92%. The diff coverage is 73.68%.

@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
- Coverage   91.64%   90.72%   -0.92%     
==========================================
  Files          27       29       +2     
  Lines        4115     4419     +304     
==========================================
+ Hits         3771     4009     +238     
- Misses        344      410      +66     
Flag Coverage Δ
unittests 90.72% <73.68%> (-0.92%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pytroll_collectors/trollstalker.py 70.80% <70.80%> (ø)
pytroll_collectors/tests/test_trollstalker.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5067010113


Totals Coverage Status
Change from base Build 4816774831: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls