Skip to content

Added support for MinGW (without vcpkg).

dcc1b8f
Select commit
Loading
Failed to load commit list.
Merged

Added support for MinGW (without vcpkg). #291

Added support for MinGW (without vcpkg).
dcc1b8f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 4, 2026 in 0s

86.42% (+0.00%) compared to 3f01e03

View this Pull Request on Codecov

86.42% (+0.00%) compared to 3f01e03

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.42%. Comparing base (3f01e03) to head (dcc1b8f).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #291   +/-   ##
============================================
  Coverage        86.42%   86.42%           
============================================
  Files              514      515    +1     
  Lines            59186    59186           
============================================
+ Hits             51151    51154    +3     
+ Misses            8035     8032    -3     
Files with missing lines Coverage Δ
include/ShaderAST/Expr/Expr.hpp 100.00% <100.00%> (ø)
include/ShaderAST/Expr/ExprVisitor.hpp 100.00% <100.00%> (ø)
...lude/ShaderAST/Expr/GetCombinedImageAccessName.hpp 100.00% <ø> (ø)
include/ShaderAST/Expr/GetIntrinsicName.hpp 100.00% <ø> (ø)
...clude/ShaderAST/Expr/GetStorageImageAccessName.hpp 100.00% <ø> (ø)
include/ShaderAST/ShaderAllocator.hpp 100.00% <100.00%> (ø)
include/ShaderAST/Stmt/Stmt.hpp 100.00% <100.00%> (ø)
include/ShaderAST/Stmt/StmtVisitor.hpp 100.00% <100.00%> (ø)
include/ShaderAST/Visitors/CloneExpr.hpp 100.00% <100.00%> (ø)
include/ShaderAST/Visitors/CloneStmt.hpp 100.00% <100.00%> (ø)
... and 62 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 3f01e03...dcc1b8f. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.