cheminfo / pubchem

MIT License
7 stars 4 forks source link

feat: get description from pubchem instead of hard coding #33

Closed kjappelbaum closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #33 (5d0e214) into master (5b0e82b) will decrease coverage by 0.46%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
- Coverage   81.15%   80.69%   -0.47%     
==========================================
  Files          29       29              
  Lines         207      202       -5     
  Branches       20       20              
==========================================
- Hits          168      163       -5     
  Misses         37       37              
  Partials        2        2              
Impacted Files Coverage Δ
...poundData/computed/getHydrogenBondAcceptorCount.js 100.00% <ø> (ø)
...compoundData/computed/getHydrogenBondDonorCount.js 100.00% <ø> (ø)
src/compoundData/computed/getComplexity.js 100.00% <100.00%> (ø)
...ompoundData/computed/getComputedPropertySection.js 100.00% <100.00%> (ø)
src/compoundData/computed/getFormalCharge.js 100.00% <100.00%> (ø)
src/compoundData/computed/getHeavyAtomCount.js 100.00% <100.00%> (ø)
src/compoundData/computed/getNumberProperties.js 100.00% <100.00%> (ø)
src/compoundData/computed/getRotableBondCount.js 100.00% <100.00%> (ø)
src/compoundData/computed/getTPSA.js 100.00% <100.00%> (ø)
src/compoundData/computed/getxLogP3.js 100.00% <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 5b0e82b...5d0e214. Read the comment docs.