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
Knowing what exactly isn't being covered by the tests is more
important than knowing the statistics.
By default, this outputs full HTML reports with indicators of which
lines or branches haven't aren't covered.
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,9 @@ Check the Grunt build file for other tasks that are defined for this project.
94
94
95
95
This will start Karma server and will continously watch files in the project, executing tests upon every change.
96
96
97
+
#### Test coverage
98
+
Add the `--coverage` option (e.g. `grunt test --coverage`, `grunt watch --coverage`) to see reports on the test coverage. These coverage reports are found in the coverage folder.
99
+
97
100
### Customize templates
98
101
99
102
As mentioned directives from this repository have all the markup externalized in templates. You might want to customize default
0 commit comments