BentouDev / YAGE

Simple game engine, written in C++
MIT License
8 stars 2 forks source link

2D module #33

Closed BentouDev closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will increase coverage by 6.56%. The diff coverage is 93.1%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #33      +/-   ##
=======================================
+ Coverage   73.43%   80%   +6.56%     
=======================================
  Files          31    33       +2     
  Lines         670   710      +40     
=======================================
+ Hits          492   568      +76     
+ Misses        178   142      -36
Impacted Files Coverage Δ
Source/Core/include/Core/Logger.h 0% <ø> (ø) :arrow_up:
Source/Core/include/Core/MemoryModule.h 100% <ø> (ø) :arrow_up:
Source/Utils/include/Utils/MemoryBlock.h 100% <ø> (ø) :arrow_up:
Source/Utils/include/Utils/SimpleMemoryTracker.h 83.87% <100%> (+7.2%) :arrow_up:
Source/Utils/include/Utils/FreeListAllocator.h 100% <100%> (ø) :arrow_up:
Source/Utils/include/Utils/List.h 60.29% <77.77%> (+45.47%) :arrow_up:
Source/Utils/src/String.cpp 91.66% <90%> (ø)
Source/Utils/src/FreeListAllocator.cpp 94.28% <97.95%> (+4.52%) :arrow_up:
Source/Utils/include/Utils/MemoryBoundChecker.h 0% <0%> (ø) :arrow_up:
... and 7 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 47906eb...5a51119. Read the comment docs.