renanbr / bibtex-parser

BibTex Parser provides an API to read .bib files programmatically.
MIT License
40 stars 17 forks source link

38 fill missing processor #78

Closed MarionLeHerisson closed 5 years ago

MarionLeHerisson commented 5 years ago

Resolves https://github.com/renanbr/bibtex-parser/issues/38

Added the fillMissingProcessor + tests

codecov[bot] commented 5 years ago

Codecov Report

Merging #78 into master will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #78      +/-   ##
============================================
+ Coverage     90.38%   90.46%   +0.08%     
- Complexity      175      194      +19     
============================================
  Files             9       12       +3     
  Lines           468      472       +4     
============================================
+ Hits            423      427       +4     
  Misses           45       45
Impacted Files Coverage Δ Complexity Δ
src/Processor/FillMissingProcessor.php 100% <100%> (ø) 4 <4> (?)
src/Parser.php 100% <0%> (ø) 91% <0%> (ø) :arrow_down:
src/Exception/ParserException.php 0% <0%> (ø) 2% <0%> (ø) :arrow_down:
src/Processor/UrlFromDoiProcessor.php 0% <0%> (ø) 7% <0%> (?)
src/Processor/DateProcessor.php 100% <0%> (ø) 8% <0%> (?)
src/Processor/NamesProcessor.php 76.63% <0%> (+0.8%) 43% <0%> (ø) :arrow_down:
src/Processor/LatexToUnicodeProcessor.php 73.91% <0%> (+3.54%) 10% <0%> (ø) :arrow_down:

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 b4febd9...c179a51. Read the comment docs.

renanbr commented 5 years ago

thank you @MarionLeHerisson