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

Dev/parsing infrastructure #135

Closed larsgw closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #135 into master will increase coverage by 0.36%. The diff coverage is 89.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage      84%   84.36%   +0.36%     
==========================================
  Files          80       74       -6     
  Lines        1175     1222      +47     
==========================================
+ Hits          987     1031      +44     
- Misses        188      191       +3
Impacted Files Coverage Δ
src/Cite/set.js 100% <ø> (ø) :arrow_up:
src/parse/modules/doi/id.js 100% <ø> (ø) :arrow_up:
src/parse/modules/wikidata/json.js 94.44% <ø> (-0.3%) :arrow_down:
src/parse/modules/bibtex/bibtxt.js 92.85% <ø> (-0.9%) :arrow_down:
src/parse/modules/wikidata/list.js 100% <ø> (ø) :arrow_up:
src/parse/modules/doi/api.js 63.63% <ø> (-5.6%) :arrow_down:
src/parse/modules/bibtex/type.js 87.5% <ø> (-2.5%) :arrow_down:
src/parse/modules/other/json.js 100% <ø> (ø) :arrow_up:
src/parse/modules/bibtex/text.js 88.13% <ø> (-0.39%) :arrow_down:
src/Cite/get.js 80% <ø> (ø) :arrow_up:
... and 32 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 d9f108c...32190e0. Read the comment docs.