Skip to content

Commit

Permalink
Readme: coverage scope
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Dec 31, 2024
1 parent 87a13aa commit 2b86544
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Additionally, Go Companion provides the following features:

See [settings](./docs/settings.md) for more details.

### Coverage

Coverage is supported through VSCode's test coverage API. The coverage scope (as
in, show coverage for the current package or for the entire module) may be
configured with the "Configure Coverage Run Profile" command. This is a
workaround for microsoft/vscode#237106.

## Profiling

Go Companion supports profiling tests and includes a pprof profile viewer that
Expand Down

0 comments on commit 2b86544

Please sign in to comment.