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

ci: don't test verbosely #3026

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

thehowl
Copy link
Member

@thehowl thehowl commented Oct 25, 2024

Let's remove the noise in the tests. This will make sure the logs only show the errors when they happen.

@thehowl thehowl self-assigned this Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.36%. Comparing base (603f6d3) to head (be3ca9c).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3026      +/-   ##
==========================================
- Coverage   63.38%   63.36%   -0.03%     
==========================================
  Files         566      566              
  Lines       79490    79490              
==========================================
- Hits        50388    50369      -19     
- Misses      25710    25731      +21     
+ Partials     3392     3390       -2     
Flag Coverage Δ
contribs/gnodev 59.94% <ø> (-0.63%) ⬇️
contribs/gnofaucet 15.77% <ø> (+0.94%) ⬆️
gno.land 67.37% <ø> (ø)
gnovm 67.87% <ø> (ø)
misc/genstd 79.72% <ø> (ø)
tm2 62.41% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@thehowl
Copy link
Member Author

thehowl commented Oct 28, 2024

Note; this will only concern go tests for now. For Gno, it may still be useful for us to see the verbose output (in case of weird behaviours, etc.); let's consider those at another time

@thehowl thehowl merged commit d03581e into gnolang:master Oct 28, 2024
120 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants