bridgedb / BridgeDb

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

Unit testing #182

Closed hbasaric closed 2 years ago

hbasaric commented 2 years ago

Added unit tests to DataSource.java and DataSourceTxt.java classes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #182 (56a96be) into master (57360d4) will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
+ Coverage   11.68%   11.73%   +0.04%     
==========================================
  Files         165      165              
  Lines       10400    10400              
  Branches     1382     1382              
==========================================
+ Hits         1215     1220       +5     
+ Misses       9014     9008       -6     
- Partials      171      172       +1     
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:

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...56a96be. Read the comment docs.