Skip to content

Commit 3fc7a6f

Browse files
committed
chore: suggest using flags for faster and cost-effective mutation testing
1 parent d8dd3c4 commit 3fc7a6f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ Mutahunter uses LLM models to inject context-aware faults into your codebase. Th
4646

4747
## Getting Started
4848

49-
⚠️ We highly suggest using `--modified-files-only` flag to run mutation testing on only on modified files and `--only-mutate-file-paths` flag to focus on specific files. This will make the mutation testing **faster** and **cost effective.** ⚠️
49+
⚠️ We highly suggest:
50+
51+
- Using `--modified-files-only` flag to run mutation testing on only on modified files.
52+
- Using `--only-mutate-file-paths` flag to focus on specific files. T
53+
54+
The above flags will make the mutation testing significantly **faster** and **cost effective.** ⚠️
5055

5156
```bash
5257
# Install Mutahunter package via GitHub. Python 3.11+ is required.

0 commit comments

Comments
 (0)