cheminfo / pubchem

MIT License
7 stars 4 forks source link

fix: throw error in case SMILES is not found #38

Closed kjappelbaum closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (5c97728) into master (2fc1931) will increase coverage by 0.28%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   79.16%   79.45%   +0.28%     
==========================================
  Files          30       31       +1     
  Lines         216      219       +3     
  Branches       25       24       -1     
==========================================
+ Hits          171      174       +3     
  Misses         42       42              
  Partials        3        3              
Impacted Files Coverage Δ
src/compound/from/handleError.js 71.42% <71.42%> (ø)
src/compound/from/compoundFromInchiKey.js 54.54% <100.00%> (+0.69%) :arrow_up:
src/compound/from/compoundFromSmiles.js 54.54% <100.00%> (+0.69%) :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 2fc1931...5c97728. Read the comment docs.