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: improve gno linter with basic errors support #1202

Merged
merged 34 commits into from
Jan 22, 2024

Merge branch 'master' into feat/gnolint-error

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

feat: improve gno linter with basic errors support #1202

Merge branch 'master' into feat/gnolint-error
0e4dad1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2024 in 0s

56.05% (+0.10%) compared to 6112ffd

View this Pull Request on Codecov

56.05% (+0.10%) compared to 6112ffd

Details

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (6112ffd) 55.95% compared to head (0e4dad1) 56.05%.

Files Patch % Lines
gnovm/cmd/gno/lint.go 86.58% 9 Missing and 2 partials ⚠️
gnovm/tests/file.go 33.33% 4 Missing ⚠️
gnovm/pkg/gnolang/preprocess.go 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1202      +/-   ##
==========================================
+ Coverage   55.95%   56.05%   +0.10%     
==========================================
  Files         435      435              
  Lines       66306    66409     +103     
==========================================
+ Hits        37101    37228     +127     
+ Misses      26303    26287      -16     
+ Partials     2902     2894       -8     

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