Skip to content

Commit 47b77a9

Browse files
author
Mathou54
authored
Update README.md
Add code-coverage option in the README.md.
1 parent 88131a0 commit 47b77a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
185185
ng test
186186
```
187187

188-
Tests will execute after a build is executed via [Karma](http://karma-runner.github.io/0.13/index.html), and it will automatically watch your files for changes. You can run tests a single time via `--watch=false`.
188+
Tests will execute after a build is executed via [Karma](http://karma-runner.github.io/0.13/index.html), and it will automatically watch your files for changes. You can run tests a single time via `--watch=false`.
189+
You can run tests with coverage via `--code-coverage=true`. The coverage report will be in the `coverage/` directory.
189190

190191
### Running end-to-end tests
191192

0 commit comments

Comments
 (0)