hbirchtree / coffeecutie

A C++ game engine/rendering engine
MIT License
5 stars 0 forks source link

Filesystem URL revamp (breaks everything) + moving unit tests #260

Closed hbirchtree closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #260 into testing will increase coverage by 1.04%. The diff coverage is 84.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           testing    #260      +/-   ##
==========================================
+ Coverage    68.45%   69.5%   +1.04%     
==========================================
  Files           73      74       +1     
  Lines         2013    2128     +115     
==========================================
+ Hits          1378    1479     +101     
- Misses         635     649      +14
Impacted Files Coverage Δ
include/coffee/core/types/edef/resenum.h 100% <ø> (ø) :arrow_up:
include/coffee/core/base/files/cfiles.h 50% <ø> (ø) :arrow_up:
coffee/core/private/coffee.cpp 71.15% <0%> (ø) :arrow_up:
...ore/private/plat/environment/application_start.cpp 66.66% <100%> (ø) :arrow_up:
coffee/core/private/coffee_saving.cpp 53.33% <100%> (-10%) :arrow_down:
...core/private/plat/environment/unix/environment.cpp 52.83% <100%> (+2.83%) :arrow_up:
include/coffee/core/plat/file/file_def.h 100% <100%> (ø) :arrow_up:
include/coffee/core/base/files/url.h 100% <100%> (ø) :arrow_up:
coffee/core/private/profiler/profiling-export.cpp 54.79% <100%> (+0.31%) :arrow_up:
coffee/core/private/plat/file/file_common.cpp 100% <100%> (ø)
... and 16 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 8b45697...4d80875. Read the comment docs.