Replies: 1 comment
-
That seems like a misuse of environment variables. I would think a better solution would be to return a nonzero exit code from the container if stryker returns a nonzero exit code (threshold break). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does it make sense to implement a return of the result through an environment variable and/or file?
Scenario:
I run the tests inside a docker container, to use stryker in order to stop the pipeline it would be necessary to capture the output of the container.
If it makes sense, I can implement and submit for validation.
Beta Was this translation helpful? Give feedback.
All reactions