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: use modfile package to write modfile #1077

Merged
merged 11 commits into from
Oct 5, 2023

fix lint

a6d2dab
Select commit
Loading
Failed to load commit list.
Merged

feat: use modfile package to write modfile #1077

fix lint
a6d2dab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 23, 2023 in 1s

47.03% (+0.03%) compared to 5a7d005

View this Pull Request on Codecov

47.03% (+0.03%) compared to 5a7d005

Details

Codecov Report

Patch coverage: 57.84% and project coverage change: +0.03% 🎉

Comparison is base (5a7d005) 47.00% compared to head (a6d2dab) 47.03%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1077      +/-   ##
==========================================
+ Coverage   47.00%   47.03%   +0.03%     
==========================================
  Files         365      365              
  Lines       61156    61316     +160     
==========================================
+ Hits        28744    28838      +94     
- Misses      30058    30116      +58     
- Partials     2354     2362       +8     
Files Changed Coverage Δ
gnovm/pkg/gnomod/read.go 53.68% <53.67%> (-0.01%) ⬇️
gnovm/pkg/gnomod/file.go 61.59% <60.52%> (-8.71%) ⬇️
gnovm/pkg/gnomod/gnomod.go 69.44% <90.00%> (-3.17%) ⬇️
gnovm/cmd/gno/mod.go 80.73% <100.00%> (ø)

... and 3 files with indirect coverage changes

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