Exit with non-zero exit code when there are uncaught mutants
Open
enhancement
- Dominant language
- Python
- Stars
- 6.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.