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

fix(cmd/gno): allow testing packages which contain test files with package x_test #1330

Merged
merged 19 commits into from
Nov 23, 2023

chore: fix pkg_test

4758132
Select commit
Loading
Failed to load commit list.
Merged

fix(cmd/gno): allow testing packages which contain test files with package x_test #1330

chore: fix pkg_test
4758132
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2023 in 0s

47.92% (+0.01%) compared to 789f4de

View this Pull Request on Codecov

47.92% (+0.01%) compared to 789f4de

Details

Codecov Report

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

Comparison is base (789f4de) 47.91% compared to head (4758132) 47.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1330      +/-   ##
==========================================
+ Coverage   47.91%   47.92%   +0.01%     
==========================================
  Files         372      372              
  Lines       63019    63020       +1     
==========================================
+ Hits        30194    30202       +8     
+ Misses      30363    30358       -5     
+ Partials     2462     2460       -2     
Files Coverage Δ
gnovm/pkg/gnolang/machine.go 39.69% <66.66%> (+0.09%) ⬆️
gnovm/cmd/gno/test.go 24.77% <0.00%> (+0.05%) ⬆️

... and 2 files with indirect coverage changes

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