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

[package] Update dependencies and build process #132

Closed larsgw closed 6 years ago

larsgw commented 6 years ago

Fix #87, close #89, close #110

codecov[bot] commented 6 years ago

Codecov Report

Merging #132 into master will increase coverage by 0.37%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   83.37%   83.75%   +0.37%     
==========================================
  Files          80       80              
  Lines        1173     1157      -16     
==========================================
- Hits          978      969       -9     
+ Misses        195      188       -7
Impacted Files Coverage Δ
src/parse/modules/wikidata/prop.js 96.36% <ø> (+3.63%) :arrow_up:
src/index.js 75% <ø> (ø) :arrow_up:
src/parse/name.js 93.02% <100%> (ø) :arrow_up:
src/get/modules/bibtex/bibtxt.js 80% <0%> (-1.82%) :arrow_down:
src/parse/registrar/add.js 84.09% <0%> (-0.7%) :arrow_down:
src/parse/modules/bibtex/prop.js 96.87% <0%> (-0.1%) :arrow_down:
src/get/modules/csl/attr.js 100% <0%> (ø) :arrow_up:
src/parse/modules/bibjson/index.js 100% <0%> (ø) :arrow_up:
src/parse/modules/bibtex/text.js 90% <0%> (+1.47%) :arrow_up:
src/util/stack.js 82% <0%> (+1.6%) :arrow_up:
... and 3 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 54d7c63...7b42682. Read the comment docs.