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

feat: gno type check #1426

Merged
merged 202 commits into from
Jun 19, 2024

...

0ced1b7
Select commit
Loading
Failed to load commit list.
Merged

feat: gno type check #1426

...
0ced1b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2024 in 1s

54.61% (-0.03%) compared to 6284669

View this Pull Request on Codecov

54.61% (-0.03%) compared to 6284669

Details

Codecov Report

Attention: Patch coverage is 56.39464% with 358 lines in your changes missing coverage. Please review.

Project coverage is 54.61%. Comparing base (6284669) to head (0ced1b7).
Report is 1 commits behind head on master.

Files Patch % Lines
gnovm/pkg/gnolang/type_check.go 63.58% 160 Missing and 41 partials ⚠️
gnovm/pkg/gnolang/preprocess.go 62.41% 44 Missing and 12 partials ⚠️
gnovm/pkg/gnolang/values.go 15.62% 50 Missing and 4 partials ⚠️
gnovm/pkg/gnolang/op_binary.go 0.00% 17 Missing ⚠️
gnovm/tests/file.go 26.66% 11 Missing ⚠️
gnovm/pkg/gnolang/op_assign.go 0.00% 9 Missing ⚠️
gnovm/pkg/gnolang/types.go 44.44% 4 Missing and 1 partial ⚠️
gnovm/pkg/gnolang/values_conversions.go 20.00% 3 Missing and 1 partial ⚠️
gnovm/pkg/gnolang/op_exec.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1426      +/-   ##
==========================================
- Coverage   54.64%   54.61%   -0.03%     
==========================================
  Files         581      582       +1     
  Lines       77967    78353     +386     
==========================================
+ Hits        42602    42794     +192     
- Misses      32187    32349     +162     
- Partials     3178     3210      +32     

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