Handle missing checksum file

This commit is contained in:
thePR0M3TH3AN
2025-07-01 22:30:06 -04:00
parent fbaeb7c1ff
commit 8b5b4856ff
4 changed files with 42 additions and 15 deletions

View File

@@ -248,6 +248,12 @@ pre-commit install -t pre-push
After running this command, every `git push` will execute `scripts/update_checksum.py`,
updating the checksum file automatically.
If the checksum file is missing, generate it manually:
```bash
python scripts/update_checksum.py
```
To run mutation tests locally, generate coverage data first and then execute `mutmut`:
```bash