TheLartians / PEGParser

💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
BSD 3-Clause "New" or "Revised" License
240 stars 21 forks source link

update tests and symbols #40

Closed TheLartians closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #40 into master will increase coverage by 7.87%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #40      +/-   ##
=========================================
+ Coverage   90.82%   98.7%   +7.87%     
=========================================
  Files           9       9              
  Lines         545     539       -6     
=========================================
+ Hits          495     532      +37     
+ Misses         50       7      -43
Impacted Files Coverage Δ
include/lars/parser/parser.h 100% <ø> (+33.33%) :arrow_up:
source/parser.cpp 99.5% <ø> (+12.67%) :arrow_up:
source/grammar.cpp 92.75% <100%> (+5.79%) :arrow_up:
source/peg.cpp 100% <100%> (ø) :arrow_up:
source/extension.cpp 100% <100%> (ø) :arrow_up:
include/lars/parser/interpreter.h 98% <0%> (+4%) :arrow_up:
source/interpreter.cpp 100% <0%> (+100%) :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 f5a3bfa...323ed0c. Read the comment docs.