MicroMedIAn / PathAIA

Digital Pathology Analysis Tools
GNU General Public License v3.0
3 stars 3 forks source link

Unit testing #18

Closed ArnaudAbreu closed 3 years ago

ArnaudAbreu commented 3 years ago

Unit tests:

ArnaudAbreu commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@da8df2a). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #18   +/-   ##
=========================================
  Coverage          ?   36.58%           
=========================================
  Files             ?       14           
  Lines             ?      708           
  Branches          ?        0           
=========================================
  Hits              ?      259           
  Misses            ?      449           
  Partials          ?        0           
Flag Coverage Δ
unittests 36.58% <0.00%> (?)

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


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 da8df2a...596eb6b. Read the comment docs.

schwobr commented 3 years ago

Everything looks fine to me, I just have few remarks / questions:

ArnaudAbreu commented 3 years ago

Thanks,