Ryan-rsm-McKenzie / bsa

C++ library for working with the Bethesda archive file format
MIT License
41 stars 6 forks source link

always support fo4 dds archive, even on linux #11

Closed Guekka closed 1 year ago

Guekka commented 1 year ago

With the recent progress on directxtex, it is now possible to use it on Linux

codecov[bot] commented 1 year ago

Codecov Report

Merging #11 (092281f) into master (d8e5143) will increase coverage by 0.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   89.54%   89.79%   +0.25%     
==========================================
  Files          19       19              
  Lines        2649     2656       +7     
==========================================
+ Hits         2372     2385      +13     
+ Misses        277      271       -6     
Impacted Files Coverage Δ
src/bsa/fo4.cpp 91.90% <100.00%> (+0.85%) :arrow_up:

... and 1 file 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 80f8e24...092281f. Read the comment docs.

Guekka commented 1 year ago

Thanks for your quick review, that's impressive

Please squash the commits when merging