larsgw / citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
https://citation.js.org/
MIT License
222 stars 30 forks source link

[test:input] Set up HTTP request mocking #136

Closed larsgw closed 6 years ago

larsgw commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #136 into master will increase coverage by 1.78%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
+ Coverage   84.36%   86.15%   +1.78%     
==========================================
  Files          74       73       -1     
  Lines        1222     1199      -23     
==========================================
+ Hits         1031     1033       +2     
+ Misses        191      166      -25
Impacted Files Coverage Δ
src/parse/interface/index.js 100% <100%> (ø)
src/logger.js 100% <100%> (ø) :arrow_up:
src/parse/interface/parser.js 100% <100%> (+12.85%) :arrow_up:
src/parse/interface/register.js 100% <100%> (+6.12%) :arrow_up:
src/parse/interface/type.js 100% <100%> (+8.77%) :arrow_up:
src/util/fetchFileAsync.js
src/util/fetchFile.js
... and 2 more

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 32190e0...5700c19. Read the comment docs.