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

Add omit input, deprecate others #15

Merged
merged 5 commits into from
Apr 7, 2024
Merged

Add omit input, deprecate others #15

merged 5 commits into from
Apr 7, 2024

Conversation

robherley
Copy link
Owner

@robherley robherley commented Apr 7, 2024

The omitFooBar inputs are getting a bit repetitive, so instead of:

omitUntestedPackages: true
omitSuccessfulPackages: true
omitPie: true

It's just going to be:

omit: |
  pie
  untested
  successful

Or:

omit: 'untested'

etc

The other inputs previously documented will still work. Also adds new things to omit: stderr, pkg-tests, and pkg-output

@robherley robherley marked this pull request as ready for review April 7, 2024 22:32
@robherley robherley merged commit 929eebe into main Apr 7, 2024
1 check passed
@robherley robherley deleted the robherley/omit branch April 7, 2024 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant