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: add plugin parsing #13

Closed Guekka closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #13 (f3f77eb) into main (a692c5a) will increase coverage by 0.59%. The diff coverage is 84.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   76.19%   76.78%   +0.59%     
==========================================
  Files          33       36       +3     
  Lines        1676     1805     +129     
==========================================
+ Hits         1277     1386     +109     
- Misses        399      419      +20     
Impacted Files Coverage Δ
include/btu/common/filesystem.hpp 89.58% <ø> (ø)
include/btu/common/metaprogramming.hpp 100.00% <ø> (ø)
include/btu/esp/error_code.hpp 0.00% <0.00%> (ø)
src/bsa/plugin.cpp 64.10% <ø> (ø)
src/common/string.cpp 92.85% <ø> (ø)
src/tex/compression_device.cpp 57.73% <ø> (ø)
src/esp/functions.cpp 93.13% <93.13%> (ø)
include/btu/common/algorithms.hpp 100.00% <100.00%> (ø)
include/btu/common/path.hpp 100.00% <100.00%> (ø)
include/btu/common/string.hpp 92.68% <100.00%> (+2.05%) :arrow_up:
... and 3 more

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 7a1ef46...f3f77eb. Read the comment docs.