-
Notifications
You must be signed in to change notification settings - Fork 39
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
Introduce mutation test script for changed code #757
Conversation
Looks good. No mutations were possible for these changes. |
aff691e
to
cebae8e
Compare
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing to consider.
set -e -u -o pipefail | ||
|
||
if [ "${#}" -gt 1 ]; then | ||
echo "Usage: ${0} [DiffSpec]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we want to have something like opt:
in here right? In case of optional arguments we internally usually do:
<opt: diff-spec>
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see we don't do it for the other, but now we worked a lot more with bash so we made some improvements here and there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, square brackets represent optionality; this alternative is less idiomatic IMHO.
While there, optimize the existing `run-mutation-tests.sh` script.
cebae8e
to
afadc27
Compare
Looks good. No mutations were possible for these changes. |
Wait, we should also update the main README; not sure how I missed that. Will add a commit. |
Looks good. No mutations were possible for these changes. |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposal LGTM!
Suggested commit message: