bcgsc / mavis

Merging, Annotation, Validation, and Illustration of Structural variants
http://mavis.bcgsc.ca
GNU General Public License v3.0
72 stars 14 forks source link

Move class method off of class definition #331

Closed creisle closed 2 years ago

creisle commented 2 years ago

Refactor

Note: there are no functionality changes in this PR

codecov[bot] commented 2 years ago

Codecov Report

Merging #331 (8b59a51) into develop_v3 (6e3cf9d) will decrease coverage by 0.00%. The diff coverage is 72.22%.

@@              Coverage Diff               @@
##           develop_v3     #331      +/-   ##
==============================================
- Coverage       86.49%   86.48%   -0.01%     
==============================================
  Files              57       57              
  Lines            9342     9341       -1     
  Branches         2407     2407              
==============================================
- Hits             8080     8079       -1     
  Misses            779      779              
  Partials          483      483              
Flag Coverage Δ
unittests 86.48% <72.22%> (-0.01%) :arrow_down:

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

Impacted Files Coverage Δ
src/mavis/util.py 78.09% <33.33%> (ø)
src/mavis/validate/base.py 78.07% <66.66%> (ø)
src/mavis/breakpoint.py 91.23% <68.57%> (-0.03%) :arrow_down:
src/mavis/validate/call.py 87.16% <85.71%> (ø)
src/mavis/convert/__init__.py 87.76% <100.00%> (ø)
src/mavis/validate/align.py 84.81% <100.00%> (ø)
src/mavis/validate/main.py 90.53% <100.00%> (ø)

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 9844678...8b59a51. Read the comment docs.