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: add gnoutil, centralizing pkg/file matching #1299

Closed
wants to merge 2 commits into from

feat: add gnoutil, centralizing pkg/file matching

7f68232
Select commit
Loading
Failed to load commit list.
Closed

feat: add gnoutil, centralizing pkg/file matching #1299

feat: add gnoutil, centralizing pkg/file matching
7f68232
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2023 in 0s

47.98% (+0.20%) compared to 9e8fbd3

View this Pull Request on Codecov

47.98% (+0.20%) compared to 9e8fbd3

Details

Codecov Report

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

Comparison is base (9e8fbd3) 47.78% compared to head (7f68232) 47.98%.
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1299      +/-   ##
==========================================
+ Coverage   47.78%   47.98%   +0.20%     
==========================================
  Files         369      370       +1     
  Lines       62702    62791      +89     
==========================================
+ Hits        29963    30132     +169     
+ Misses      30303    30215      -88     
- Partials     2436     2444       +8     
Files Coverage Δ
gnovm/cmd/gno/doc.go 81.81% <100.00%> (ø)
gnovm/cmd/gno/lint.go 89.47% <100.00%> (+5.26%) ⬆️
gnovm/cmd/gno/run.go 88.42% <100.00%> (+5.08%) ⬆️
gnovm/pkg/doc/dirs.go 85.98% <100.00%> (ø)
gnovm/pkg/gnomod/pkg.go 84.53% <ø> (+34.22%) ⬆️
gnovm/cmd/gno/repl.go 42.97% <0.00%> (ø)
gnovm/cmd/gno/util.go 24.48% <0.00%> (-20.81%) ⬇️
gnovm/pkg/gnomod/gnomod.go 69.65% <0.00%> (ø)
gnovm/cmd/gno/build.go 50.00% <33.33%> (-5.36%) ⬇️
gnovm/cmd/gno/precompile.go 40.41% <0.00%> (ø)
... and 4 more

... and 6 files with indirect coverage changes

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