You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,12 @@ Mutahunter uses LLM models to inject context-aware faults into your codebase. Th
46
46
47
47
## Getting Started
48
48
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.** ⚠️
50
55
51
56
```bash
52
57
# Install Mutahunter package via GitHub. Python 3.11+ is required.
0 commit comments