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
This is actually by design, Only files under sourceRoot are listed in the code coverage report. Anything which is not under sourceRoot is considered as external.
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Repro steps
packages/test-package
outside ofsrc
foldertest.component.ts
andtest.component.spec.ts
test.ts
file and add context of 'packages directoryreplace
with
Add
"../packages/**/*.spec.ts",
totsconfig.spec.json
in"include"
sectionng test --code-coverage and open
coverage/index.html
Description
Files from
packages
directory don't include in final coverage reportDesired functionality
All files despite on their location should be presented in final coverage report
The text was updated successfully, but these errors were encountered: