coverme-scanner 1.10.0 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2401,3 +2401,22 @@ open .coverme/report_*.html 2>/dev/null || xdg-open .coverme/report_*.html 2>/de
|
|
|
2401
2401
|
```
|
|
2402
2402
|
|
|
2403
2403
|
**CRITICAL**: Do not end the scan without generating and opening the HTML report. The user expects to see the report in their browser.
|
|
2404
|
+
|
|
2405
|
+
---
|
|
2406
|
+
|
|
2407
|
+
## FINAL STEP - MANDATORY
|
|
2408
|
+
|
|
2409
|
+
After saving `.coverme/scan.json`, you MUST run this command:
|
|
2410
|
+
|
|
2411
|
+
```bash
|
|
2412
|
+
coverme report
|
|
2413
|
+
```
|
|
2414
|
+
|
|
2415
|
+
This generates the HTML report and opens it in the browser automatically.
|
|
2416
|
+
|
|
2417
|
+
**If you skip this step, the scan is incomplete!**
|
|
2418
|
+
|
|
2419
|
+
The scan is only finished when:
|
|
2420
|
+
1. ✅ scan.json is saved
|
|
2421
|
+
2. ✅ HTML report is generated
|
|
2422
|
+
3. ✅ Browser opens with the report
|