bridgedb / BridgeDb

The BridgeDb Library source code
https://bridgedb.org/
Apache License 2.0
28 stars 21 forks source link

Unit testing #183

Closed hbasaric closed 2 years ago

hbasaric commented 2 years ago

Added additional unit tests to DataSourceTest.java Increased code coverage

codecov[bot] commented 2 years ago

Codecov Report

Merging #183 (1b39c71) into master (57360d4) will increase coverage by 0.71%. The diff coverage is n/a.

:exclamation: Current head 1b39c71 differs from pull request most recent head 9b5f904. Consider uploading reports for the commit 9b5f904 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   11.68%   12.39%   +0.71%     
==========================================
  Files         165      165              
  Lines       10400    10400              
  Branches     1382     1382              
==========================================
+ Hits         1215     1289      +74     
+ Misses       9014     8960      -54     
+ Partials      171      151      -20     
Impacted Files Coverage Δ
.../src/main/java/org/bridgedb/bio/DataSourceTxt.java 88.23% <0.00%> (+2.35%) :arrow_up:
...in/java/org/bridgedb/bio/DataSourceComparator.java 72.22% <0.00%> (+16.66%) :arrow_up:
...ridgedb/src/main/java/org/bridgedb/DataSource.java 90.33% <0.00%> (+28.99%) :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 57360d4...9b5f904. Read the comment docs.

egonw commented 2 years ago

This was merged manually.