Skip to content

Add support for whole module import #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Add support for whole module import #58

merged 1 commit into from
Dec 30, 2024

Conversation

SirLynix
Copy link
Contributor

#57

Copy link

codecov bot commented Dec 30, 2024

Codecov Report

Attention: Patch coverage is 67.79661% with 133 lines in your changes missing coverage. Please review.

Project coverage is 76.56%. Comparing base (1559d89) to head (ab491ec).

Files with missing lines Patch % Lines
src/NZSL/Ast/SanitizeVisitor.cpp 84.56% 25 Missing ⚠️
include/NZSL/Ast/ExpressionType.inl 25.00% 24 Missing ⚠️
src/NZSL/Ast/ExpressionType.cpp 0.00% 14 Missing ⚠️
src/NZSL/LangWriter.cpp 75.47% 13 Missing ⚠️
src/NZSL/Ast/AstSerializer.cpp 56.00% 11 Missing ⚠️
src/NZSL/Parser.cpp 78.04% 9 Missing ⚠️
include/NZSL/Ast/Compare.inl 42.85% 8 Missing ⚠️
src/NZSL/Ast/Cloner.cpp 55.55% 8 Missing ⚠️
src/NZSL/Ast/Utils.cpp 0.00% 8 Missing ⚠️
src/NZSL/GlslWriter.cpp 0.00% 8 Missing ⚠️
... and 3 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
- Coverage   76.81%   76.56%   -0.25%     
==========================================
  Files         158      158              
  Lines       21363    21632     +269     
  Branches     6340     6652     +312     
==========================================
+ Hits        16409    16563     +154     
- Misses       4859     4979     +120     
+ Partials       95       90       -5     
Files with missing lines Coverage Δ
include/NZSL/Ast/AstSerializer.hpp 100.00% <ø> (ø)
include/NZSL/Ast/Cloner.hpp 100.00% <ø> (ø)
include/NZSL/Ast/ExpressionType.hpp 91.66% <ø> (ø)
include/NZSL/Ast/Nodes.hpp 45.45% <ø> (ø)
include/NZSL/Ast/RecursiveVisitor.hpp 100.00% <ø> (ø)
include/NZSL/Ast/Utils.hpp 100.00% <ø> (ø)
include/NZSL/GlslWriter.hpp 100.00% <ø> (ø)
include/NZSL/LangWriter.hpp 100.00% <ø> (ø)
include/NZSL/ShaderBuilder.inl 93.48% <100.00%> (+0.26%) ⬆️
tests/src/Tests/ErrorsTests.cpp 100.00% <ø> (ø)
... and 14 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 1559d89...ab491ec. Read the comment docs.

@SirLynix SirLynix force-pushed the whole-module-import branch from ab491ec to e2c652d Compare December 30, 2024 17:31
@SirLynix SirLynix merged commit 39bebd7 into main Dec 30, 2024
90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant