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/dynamic type symbol table #35

Closed SonyPony closed 7 years ago

SonyPony commented 7 years ago

Zbývá pročistit kód.

codecov[bot] commented 7 years ago

Codecov Report

Merging #35 into develop will decrease coverage by 0.16%. The diff coverage is 93.5%.

Impacted Files Coverage Δ
test/symbol_register.cpp 100% <100%> (ø) :arrow_up:
src/symbol_register.c 98.38% <100%> (+0.31%) :arrow_up:
src/symtable.c 96.45% <100%> (+0.32%) :arrow_up:
src/symtable_variable.c 66.66% <66.66%> (ø)
test/symbol_table.cpp 97.67% <90%> (-1.01%) :arrow_down:
test/lexer_fsm.cpp 100% <0%> (ø) :arrow_up:
test/llist.cpp 100% <0%> (ø) :arrow_up:
test/lexer.cpp 100% <0%> (ø) :arrow_up:
test/dynamic_string.cpp 100% <0%> (ø) :arrow_up:
... and 17 more
@@             Coverage Diff             @@
##           develop      #35      +/-   ##
===========================================
- Coverage    97.11%   96.95%   -0.17%     
===========================================
  Files           24       24              
  Lines         1076     1182     +106     
===========================================
+ Hits          1045     1146     +101     
- Misses          31       36       +5