DSD-DBS / capella-collab-manager

A web app for collaboration on Capella (MBSE) projects
https://dsd-dbs.github.io/capella-collab-manager/
Apache License 2.0
20 stars 3 forks source link

fix: Reduce Storybook log level and fix warnings #1607

Closed MoritzWeber0 closed 2 months ago

MoritzWeber0 commented 2 months ago

Storybook did spam the terminal with messages, which is especially annoying when running make dev.

This PR reduces the log level by adding the --quite flag.

In addition, there were some valid WARN messages about wrong usage of the files attribute in the tsconfig.json. Those warnings are resolved.

github-actions[bot] commented 2 months ago

A Storybook preview is available for commit 757cee20c77ae59ca0ba99071c928dc4ce47515f. View Storybook View Chromatic build

sonarcloud[bot] commented 2 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

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.81%. Comparing base (561e5f4) to head (86ee007).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1607 +/- ## ======================================= Coverage 79.81% 79.81% ======================================= Files 185 185 Lines 5970 5970 Branches 666 666 ======================================= Hits 4765 4765 Misses 1061 1061 Partials 144 144 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.