hivdb / sierra

HIVDB Genotypic Resistance Interpretation Program
GNU General Public License v3.0
15 stars 7 forks source link

Expanded tests for Apobec and CodonTranslator; lightly refactored a few methods; moved some test files to new package in TestResources. #6

Closed arodcasanova closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will increase coverage by 1.07%. The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #6      +/-   ##
===========================================
+ Coverage     75.13%   76.2%   +1.07%     
- Complexity     1211    1232      +21     
===========================================
  Files            95      95              
  Lines          6687    6670      -17     
  Branches        634     625       -9     
===========================================
+ Hits           5024    5083      +59     
+ Misses         1536    1463      -73     
+ Partials        127     124       -3
Impacted Files Coverage Δ Complexity Δ
...u/stanford/hivdb/utilities/MutationFileReader.java 47.36% <ø> (+47.36%) 6 <0> (+6) :arrow_up:
...edu/stanford/hivdb/mutations/CodonTranslation.java 100% <100%> (+9.52%) 42 <0> (+1) :arrow_up:
...main/java/edu/stanford/hivdb/mutations/Apobec.java 62.5% <66.66%> (+45.83%) 16 <4> (+11) :arrow_up:
...java/edu/stanford/hivdb/mutations/MutationSet.java 96.42% <0%> (+1.78%) 93% <0%> (+3%) :arrow_up:

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 e3521de...9f56ca4. Read the comment docs.

philiptzou commented 6 years ago

@arodcasanova The branch is messed up. What's your rebase command?