Skip to content
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

Experimental/oneof combinator #31

Merged
merged 8 commits into from
Feb 11, 2025

feat: implemented diagnostics for oneof in destination

4d664f9
Select commit
Loading
Failed to load commit list.
Merged

Experimental/oneof combinator #31

feat: implemented diagnostics for oneof in destination
4d664f9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 11, 2025 in 0s

63.27% (-0.02%) compared to 0919a9b, passed because coverage increased by 1.85% when compared to adjusted base (61.42%)

View this Pull Request on Codecov

63.27% (-0.02%) compared to 0919a9b, passed because coverage increased by 1.85% when compared to adjusted base (61.42%)

Details

Codecov Report

Attention: Patch coverage is 81.83280% with 113 lines in your changes missing coverage. Please review.

Project coverage is 63.27%. Comparing base (0919a9b) to head (4d664f9).

Files with missing lines Patch % Lines
internal/parser/antlr/numscript_parser.go 74.92% 76 Missing and 12 partials ⚠️
internal/analysis/check.go 40.00% 6 Missing ⚠️
internal/interpreter/interpreter.go 88.88% 4 Missing and 2 partials ⚠️
internal/cmd/run.go 0.00% 4 Missing ⚠️
internal/parser/antlr/numscript_base_listener.go 0.00% 4 Missing ⚠️
internal/interpreter/batch_balances_query.go 57.14% 2 Missing and 1 partial ⚠️
internal/parser/ast.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   63.29%   63.27%   -0.02%     
==========================================
  Files          29       29              
  Lines        6563     6868     +305     
==========================================
+ Hits         4154     4346     +192     
- Misses       2223     2321      +98     
- Partials      186      201      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.