dart_frog icon indicating copy to clipboard operation
dart_frog copied to clipboard

fix(vscode): missing coverage on single } line

Open alestiago opened this issue 2 years ago • 0 comments

Description

The coverage tooling used in the VS Code extension is failing to report coverage on a line with a single closing }.

Steps To Reproduce

  1. Clone the repository.

  2. Install the dependencies (from extensions/vscode):

npm i
  1. Remove the start and stop ignore coverage comments in debug-dev-server.ts.

  2. Run the test tool (from extensions/vscode):

npm test
  1. Coverage is not reported for a line with a single closing }.

Expected Behavior

To report coverage on the line with a single closing }.

Additional Context

  • See original comment https://github.com/VeryGoodOpenSource/dart_frog/pull/955#discussion_r1304578191

  • Workflow failure

alestiago avatar Aug 25 '23 12:08 alestiago