renanbr / bibtex-parser

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

Add phpstan to travis #76

Closed tspencer244 closed 5 years ago

tspencer244 commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into master will increase coverage by 1.6%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #76     +/-   ##
===========================================
+ Coverage     90.38%   91.99%   +1.6%     
  Complexity      175      175             
===========================================
  Files             9        9             
  Lines           468      437     -31     
===========================================
- Hits            423      402     -21     
+ Misses           45       35     -10
Impacted Files Coverage Δ Complexity Δ
src/Parser.php 100% <0%> (ø) 91% <0%> (ø) :arrow_down:
src/Exception/ParserException.php 0% <0%> (ø) 2% <0%> (ø) :arrow_down:
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...c47aa82. Read the comment docs.

renanbr commented 5 years ago

What elegance. Can you run a squash before I merge it?

tspencer244 commented 5 years ago

What elegance. Can you run a squash before I merge it?

I have squashed it now

renanbr commented 5 years ago

thank you @tspencer244