owncloud / web-app-dicom-viewer

ownCloud Web DICOM Viewer is an extension of ownCloud Web to preview DICOM files (medical images and their corresponding metadata)
GNU Affero General Public License v3.0
3 stars 1 forks source link

add config for vitest coverage report table #25

Closed nabim777 closed 7 months ago

nabim777 commented 7 months ago

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

Motivation and Context

Screenshots (if appropriate):

After configuration the table will appear image

Types of changes

Checklist:

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

koebel commented 7 months ago

LGTM