zephir-lang / php-zephir-parser

The Zephir Parser delivered as a C extension for the PHP language.
https://zephir-lang.com
MIT License
186 stars 36 forks source link

1.3.7 #108

Closed Jeckerson closed 3 years ago

Jeckerson commented 3 years ago

Hello!

In raising this pull request, I confirm the following:

Small description of change:

Thanks

codecov[bot] commented 3 years ago

Codecov Report

Merging #108 (370bd33) into master (b2cbbb9) will increase coverage by 0.08%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   75.09%   75.18%   +0.08%     
==========================================
  Files           5        5              
  Lines        2891     2909      +18     
==========================================
+ Hits         2171     2187      +16     
- Misses        720      722       +2     
Flag Coverage Δ
unittests 75.18% <88.88%> (+0.08%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
parser/zephir.lemon 47.06% <60.00%> (+0.05%) :arrow_up:
parser/base.c 93.78% <100.00%> (+0.03%) :arrow_up:
parser/parser.h 89.40% <100.00%> (+0.10%) :arrow_up:
parser/scanner.re 98.26% <100.00%> (+0.01%) :arrow_up:

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 b2cbbb9...370bd33. Read the comment docs.