Closed hugomg closed 6 years ago
Merging #179 into lablua will increase coverage by
0.03%
. The diff coverage is86.44%
.
Impacted Files | Coverage Δ | |
---|---|---|
titan-compiler/ast.lua | 95.31% <100%> (-0.15%) |
:arrow_down: |
titan-compiler/scope_analysis.lua | 89.77% <57.14%> (+0.38%) |
:arrow_up: |
titan-compiler/checker.lua | 90.59% <75%> (-0.19%) |
:arrow_down: |
titan-compiler/parser.lua | 95% <75%> (-0.8%) |
:arrow_down: |
titan-compiler/coder.lua | 84.21% <90.32%> (+0.25%) |
: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 62a8439...e81b1c6. Read the comment docs.
The "Args" datatype was convenient for the parser but got in the way everywhere else.