Guekka / bethutil

Common utilities for working with bethesda assets (dds, nif, bsa, hkx...)
https://guekka.github.io/bethutil/
Mozilla Public License 2.0
4 stars 1 forks source link

feat: memory processing #26

Closed Guekka closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #26 (de73d02) into dev (54517b0) will decrease coverage by 3.19%. Report is 14 commits behind head on dev. The diff coverage is 61.05%.

:exclamation: Current head de73d02 differs from pull request most recent head 1d1b84e. Consider uploading reports for the commit 1d1b84e to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #26      +/-   ##
==========================================
- Coverage   76.57%   73.38%   -3.19%     
==========================================
  Files          34       32       -2     
  Lines        1831     1319     -512     
==========================================
- Hits         1402      968     -434     
+ Misses        429      351      -78     
Files Changed Coverage Δ
include/btu/bsa/archive.hpp 100.00% <ø> (ø)
src/modmanager/mod_manager.cpp 69.23% <ø> (+4.23%) :arrow_up:
src/nif/mesh.cpp 34.88% <0.00%> (-48.45%) :arrow_down:
src/nif/optimize.cpp 52.27% <0.00%> (-9.80%) :arrow_down:
src/tex/texture.cpp 41.66% <0.00%> (-25.50%) :arrow_down:
include/btu/bsa/settings.hpp 69.28% <62.50%> (+2.14%) :arrow_up:
src/bsa/pack.cpp 79.48% <81.69%> (-0.52%) :arrow_down:
src/bsa/archive.cpp 80.00% <100.00%> (+1.14%) :arrow_up:
src/modmanager/mod_folder.cpp 100.00% <100.00%> (+12.26%) :arrow_up:

... and 12 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 222755d...1d1b84e. Read the comment docs.