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

bashi-validate: remove required parameter #21

Merged

Conversation

SimeonEhrig
Copy link
Member

Removed required parameter because the filter works different compare to the original implementation from alpaka-job-matrix-library, where the implementation is coming from. Now the ordering of the parameters in a row is not fixed anymore. The filter rules also checks only for two parameter at the same time an tries to cancel an invalid combination early as possible.

- Removed required parameter because the filter works different compare to the original implementation from alpaka-job-matrix-library, where the implementation is coming from. Now the ordering of the parameters in a row is not fixed anymore. The filter rules also checks only for two parameter at the same time an tries to cancel an invalid combination early as possible.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.40%. Comparing base (1d5c80b) to head (79dc7c3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   95.69%   96.40%   +0.70%     
==========================================
  Files          10       10              
  Lines         395      389       -6     
  Branches       99       99              
==========================================
- Hits          378      375       -3     
+ Misses         10        7       -3     
  Partials        7        7              

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

@SimeonEhrig SimeonEhrig merged commit 4d25474 into alpaka-group:main Mar 18, 2024
8 checks passed
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.

2 participants