projecttacoma / fqm-execution-demo

Apache License 2.0
2 stars 0 forks source link

Adding reportType as a user input #22

Closed eperelli closed 3 years ago

eperelli commented 3 years ago

fqm-execution-frontend can create both individual and summary measureReports via the UI

mgramigna commented 3 years ago

You'll notice that the automated checks are failing (due to prettier formatting). You can check prettier with

npm run prettier

If it fails, you can auto fix things with

npm run prettier:fix

It will never change any functionality, only code style.

If you wish, there's a way to configure VS Code to auto-format with prettier when you save a file. Instructions here