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 flag to execute filetests with prefix #2837

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deelawn
Copy link
Contributor

@deelawn deelawn commented Sep 23, 2024

This simply allows a prefix to be set when running filetests so that only a subset of tests are executed. This is especially useful when a PR requires many new filetests -- it allows execution of all new tests without having to wait for ALL tests to run.

@github-actions github-actions bot added the 📦 🤖 gnovm Issues or PRs gnovm related label Sep 23, 2024
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.85%. Comparing base (5450f64) to head (a179338).
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2837   +/-   ##
=======================================
  Coverage   60.85%   60.85%           
=======================================
  Files         563      563           
  Lines       75193    75193           
=======================================
+ Hits        45757    45759    +2     
+ Misses      26069    26066    -3     
- Partials     3367     3368    +1     
Flag Coverage Δ
contribs/gnodev 60.65% <ø> (ø)
contribs/gnofaucet 15.31% <ø> (+0.85%) ⬆️
gno.land 67.17% <ø> (ø)
gnovm 65.63% <ø> (ø)
misc/genstd 80.54% <ø> (ø)
misc/logos 20.23% <ø> (+0.35%) ⬆️
tm2 61.97% <ø> (-0.10%) ⬇️

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.

@ltzmaxwell
Copy link
Contributor

can we also have this for txtar?

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
Projects
Status: No status
Status: Triage
Development

Successfully merging this pull request may close these issues.

2 participants