rho-devel / rho

GNU General Public License v2.0
134 stars 23 forks source link

Varargs #127

Closed kmillar closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #127 into master will decrease coverage by 0.01%. The diff coverage is 92.07%.

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
- Coverage   67.23%   67.22%   -0.02%     
==========================================
  Files         532      532              
  Lines      102890   102911      +21     
==========================================
  Hits        69181    69181              
- Misses      33709    33730      +21
Impacted Files Coverage Δ
tests/rho/EvaluationTests.cpp 94.54% <ø> (ø) :white_check_mark:
src/include/rho/Expression.hpp 100% <ø> (ø) :white_check_mark:
src/main/inspect.cpp 0% <0%> (ø) :white_check_mark:
src/main/memory.cpp 64.73% <0%> (-0.3%) :x:
src/main/engine.cpp 67.67% <0%> (ø) :white_check_mark:
src/main/print.cpp 69.09% <100%> (-0.41%) :x:
src/main/coerce.cpp 78.47% <100%> (+0.05%) :white_check_mark:
src/main/connections.cpp 67.8% <100%> (+0.02%) :white_check_mark:
src/main/builtin.cpp 84.91% <100%> (-0.13%) :x:
src/main/array.cpp 88.22% <100%> (+0.01%) :white_check_mark:
... and 30 more

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 9e781f7...cb3d789. Read the comment docs.