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
{{ message }}
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
Project created using stagehand: stagehand web-angular
Tests run using build_runner: pub run build_runner test --fail-on-severe
How can I generate a coverage report? I have not found any documentation or examples online.
Ideally, I'd like to be able to do something like: pub run build_runner test --fail-on-severe --coverage and have an lcov.info be generated in ./coverage/lcov.info.
[Dart VM version: 2.0.0 (Fri Aug 3 10:53:23 2018 +0200) on "macos_x64"] Dart SDK Version (dart --version)
[ "5.0.0"] AngularDart Version (i.e. 4.0.0, 5.0.0-alpha+5, MASTER)
[macOS] Whether you are using Windows, macOS, or Linux (if applicable)
[Chrome] Whether you are using Chrome, Safari, Firefox, Edge (if applicable)
The text was updated successfully, but these errors were encountered:
felangel
changed the title
Create Code Coverage Report
How to Generate Code Coverage Report
Nov 1, 2018
Project created using stagehand:
stagehand web-angular
Tests run using build_runner:
pub run build_runner test --fail-on-severe
How can I generate a coverage report? I have not found any documentation or examples online.
Ideally, I'd like to be able to do something like:
pub run build_runner test --fail-on-severe --coverage
and have an lcov.info be generated in./coverage/lcov.info
.Dart VM version: 2.0.0 (Fri Aug 3 10:53:23 2018 +0200) on "macos_x64"
] Dart SDK Version (dart --version
)"5.0.0"
] AngularDart Version (i.e.4.0.0
,5.0.0-alpha+5
,MASTER
)macOS
] Whether you are using Windows, macOS, or Linux (if applicable)Chrome
] Whether you are using Chrome, Safari, Firefox, Edge (if applicable)The text was updated successfully, but these errors were encountered: