Skip to content

Add missing comment for target attrib

837bf5e
Select commit
Loading
Failed to load commit list.
Draft

Add target attribute #63

Add missing comment for target attrib
837bf5e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2026 in 0s

76.49% (-0.29%) compared to afc5a5f

View this Pull Request on Codecov

76.49% (-0.29%) compared to afc5a5f

Details

Codecov Report

❌ Patch coverage is 15.30612% with 83 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.49%. Comparing base (afc5a5f) to head (837bf5e).
⚠️ Report is 186 commits behind head on main.

Files with missing lines Patch % Lines
src/NZSL/Parser.cpp 7.84% 47 Missing ⚠️
src/NZSL/LangWriter.cpp 15.78% 16 Missing ⚠️
src/NZSL/GlslWriter.cpp 10.00% 9 Missing ⚠️
src/NZSL/SpirV/SpirvAstVisitor.cpp 11.11% 8 Missing ⚠️
include/NZSL/Ast/Compare.inl 50.00% 2 Missing ⚠️
include/NZSL/Lang/ErrorList.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
- Coverage   76.78%   76.49%   -0.29%     
==========================================
  Files         159      159              
  Lines       21835    21931      +96     
  Branches     6745     6790      +45     
==========================================
+ Hits        16765    16777      +12     
- Misses       4977     5061      +84     
  Partials       93       93              
Files with missing lines Coverage Δ
include/NZSL/Ast/Nodes.hpp 45.45% <ø> (ø)
include/NZSL/LangWriter.hpp 100.00% <ø> (ø)
src/NZSL/Ast/AstSerializer.cpp 77.02% <100.00%> (+0.04%) ⬆️
src/NZSL/Ast/Cloner.cpp 87.29% <100.00%> (+0.05%) ⬆️
src/NZSL/Lang/Errors.cpp 81.81% <ø> (ø)
include/NZSL/Lang/ErrorList.hpp 35.94% <0.00%> (-0.24%) ⬇️
include/NZSL/Ast/Compare.inl 67.50% <50.00%> (-0.12%) ⬇️
src/NZSL/SpirV/SpirvAstVisitor.cpp 83.84% <11.11%> (-0.68%) ⬇️
src/NZSL/GlslWriter.cpp 84.93% <10.00%> (-0.45%) ⬇️
src/NZSL/LangWriter.cpp 87.88% <15.78%> (-1.28%) ⬇️
... and 1 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 afc5a5f...837bf5e. Read the comment docs.

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