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

2f160cf
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
2f160cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2023 in 0s

56.40% (+0.08%) compared to a338929

View this Pull Request on Codecov

56.40% (+0.08%) compared to a338929

Details

Codecov Report

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

Comparison is base (a338929) 56.31% compared to head (2f160cf) 56.40%.

Files Patch % Lines
gnovm/pkg/gnolang/debug.go 12.50% 14 Missing ⚠️
gnovm/cmd/gno/lint.go 84.84% 8 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   56.31%   56.40%   +0.08%     
==========================================
  Files         422      422              
  Lines       65699    65787      +88     
==========================================
+ Hits        37000    37105     +105     
+ Misses      25817    25802      -15     
+ Partials     2882     2880       -2     

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