thejoeejoee / IFJ-VUT-BIT-2017-2018

Repository for program interpret of custom language IFJ2017 written in C tested under Google tests.
GNU General Public License v3.0
2 stars 3 forks source link

Feature/syntactic analysis #63

Closed thejoeejoee closed 6 years ago

thejoeejoee commented 6 years ago

Nedodělky popsané v #62.

codecov[bot] commented 6 years ago

Codecov Report

Merging #63 into develop will increase coverage by 1.01%. The diff coverage is 96.17%.

Impacted Files Coverage Δ
test/symbol_table.cpp 100% <100%> (+1.16%) :arrow_up:
test/symbol_register.cpp 100% <100%> (ø) :arrow_up:
test/code_generator.cpp 100% <100%> (ø) :arrow_up:
src/code_instruction.c 100% <100%> (ø) :arrow_up:
test/parser_semantic.cpp 100% <100%> (ø)
test/main.cpp 100% <100%> (ø) :arrow_up:
test/lexer.cpp 100% <100%> (ø) :arrow_up:
src/lexer_fsm.c 99.42% <100%> (+0.03%) :arrow_up:
src/stack.c 97.22% <100%> (+0.67%) :arrow_up:
test/lexer_fsm.cpp 100% <100%> (ø) :arrow_up:
... and 46 more
@@             Coverage Diff             @@
##           develop      #63      +/-   ##
===========================================
+ Coverage    95.85%   96.87%   +1.01%     
===========================================
  Files           34       47      +13     
  Lines         1520     4000    +2480     
===========================================
+ Hits          1457     3875    +2418     
- Misses          63      125      +62