Previously, in a PR-13, the file vitest.config.ts was added, which only stored the coverage report in the LCOV format. In this pull request, Jest coverage reporting is also enabled, presenting the coverage report in the form of text, where the table will display in the command prompt.
Related Issue
The coverage table not display when running cmd pnpm run coverage
Motivation and Context
Screenshots (if appropriate):
After configuration the table will appear
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Previously, in a PR-13, the file
vitest.config.ts
was added, which only stored the coverage report in the LCOV format. In this pull request, Jest coverage reporting is also enabled, presenting the coverage report in the form of text, where the table will display in the command prompt.Related Issue
pnpm run coverage
Motivation and Context
Screenshots (if appropriate):
After configuration the table will appear
Types of changes
Checklist: