cpp-best-practices / travels

This is an awesome submission to the C++ Best Practices Game Jam
59 stars 9 forks source link

Address some of the CI failures #3

Closed lefticus closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #3 (f16e5cb) into main (d57f380) will decrease coverage by 0.01%. The diff coverage is 0.00%.

@@           Coverage Diff            @@
##            main      #3      +/-   ##
========================================
- Coverage   2.70%   2.69%   -0.02%     
========================================
  Files         15      15              
  Lines        849    1003     +154     
  Branches       0     584     +584     
========================================
+ Hits          23      27       +4     
- Misses       826     954     +128     
- Partials       0      22      +22     
Flag Coverage Δ
Linux 1.20% <0.00%> (?)
Windows 2.57% <0.00%> (-0.14%) :arrow_down:
macOS 1.21% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/bitmap.cpp 0.00% <ø> (ø)
src/bitmap.hpp 0.00% <ø> (ø)
src/color.hpp 0.00% <ø> (ø)
src/game.cpp 0.00% <0.00%> (ø)
src/game_components.cpp 0.00% <0.00%> (ø)
src/game_components.hpp 0.00% <0.00%> (ø)
src/game_hacking_lesson_01.cpp 0.00% <0.00%> (ø)
src/game_hacking_lesson_02.cpp 0.00% <0.00%> (ø)
src/main.cpp 1.84% <0.00%> (+0.55%) :arrow_up:
src/tile_set.hpp 0.00% <0.00%> (ø)
... and 15 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 d57f380...f16e5cb. Read the comment docs.