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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,18 @@ and then:
32
32
33
33
When running with `parallel` set to true, the final reports can be merged by using `ember coverage-merge`. The final merged output will be stored in the `coverageFolder`.
34
34
35
+
If you intend to use `ember test` with the `--path` flag, you should generate the build
36
+
with `coverageEnvVar` set as true. This is because the code is instrumented for
37
+
coverage during the build.
38
+
39
+
For example:
40
+
41
+
`COVERAGE=true ember build --environment=test --output-path=dist`
0 commit comments