@nualang/nualang-ui-components 0.1.1383 → 0.1.1384
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.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,4 +78,6 @@ To generate code coverage (uses V8 provider):
|
|
|
78
78
|
npm run test:coverage
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
Coverage reports will be written to the `coverage` directory. A text summary is printed to the console;
|
|
81
|
+
Coverage reports will be written to the `coverage` directory. A text summary is printed to the console;
|
|
82
|
+
an LCOV file (`coverage/lcov.info`) and a JSON report are also generated. This coverage step is intentionally
|
|
83
|
+
not wired into CI — run it locally when you want to inspect or publish coverage results.
|