adobe / aio-cli-plugin-app

Create, Build and Deploy Cloud Native Applications
Apache License 2.0
19 stars 35 forks source link

feat: add tests flag to install command #749

Closed MichaelGoberling closed 9 months ago

MichaelGoberling commented 9 months ago

Description

Sometimes users want to skip running tests when running aio app install

This PR proposes adding --tests and --no-tests flags for users

Related Issue

Motivation and Context

How Has This Been Tested?

Locally linked plugin, npm run test

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (6a4faf5) 100.00% compared to head (ed28e72) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #749 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 56 56 Lines 3232 3233 +1 Branches 611 612 +1 ========================================= + Hits 3232 3233 +1 ```

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