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: implement gno test -cover #1191

Closed
wants to merge 3 commits into from

Conversation

harry-hov
Copy link
Contributor

Coverage support in gno test

Fixes #1121

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@github-actions github-actions bot added the 📦 🤖 gnovm Issues or PRs gnovm related label Oct 3, 2023
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (89428c5) 47.84% compared to head (7a498c6) 47.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1191      +/-   ##
==========================================
- Coverage   47.84%   47.31%   -0.53%     
==========================================
  Files         369      367       -2     
  Lines       62764    61503    -1261     
==========================================
- Hits        30028    29102     -926     
+ Misses      30308    30036     -272     
+ Partials     2428     2365      -63     
Files Coverage Δ
gnovm/cmd/gno/test.go 24.66% <ø> (-0.06%) ⬇️
gnovm/pkg/gnolang/preprocess.go 31.18% <ø> (+0.01%) ⬆️
gnovm/tests/imports.go 77.63% <ø> (-0.13%) ⬇️

... and 14 files with indirect coverage changes

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

@harry-hov harry-hov force-pushed the hariom/gno-test-cover branch from 551c251 to 7a498c6 Compare October 18, 2023 10:58
@github-actions github-actions bot added the 🧾 package/realm Tag used for new Realms or Packages. label Oct 18, 2023
@thehowl thehowl closed this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🤖 gnovm Issues or PRs gnovm related 🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: 🌟 Wanted for Launch
Status: No status
Development

Successfully merging this pull request may close these issues.

gno test -cover ...
2 participants