Describe the desired feature
currently, slither-analyze exits with error code zero when there are uncaught mutants. It would be useful for running in CI & other scripts to return a non-zero code when mutants can slip through.
Moreso, it could be useful to have an error code different from 1, which seems to be the one used when there is something wrong with the invocation/configuration of the tool
Describe the desired feature
currently,
slither-analyzeexits with error code zero when there are uncaught mutants. It would be useful for running in CI & other scripts to return a non-zero code when mutants can slip through.Moreso, it could be useful to have an error code different from
1, which seems to be the one used when there is something wrong with the invocation/configuration of the tool