adobe / aio-cli-plugin-runtime

Adobe I/O Runtime plugin for the Adobe I/O CLI
https://www.adobe.io
Apache License 2.0
15 stars 31 forks source link

Add final annotation when creating web action. #195

Closed rabbah closed 3 years ago

rabbah commented 3 years ago

Description

Closes #194.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 3 years ago

Codecov Report

Merging #195 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #195    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           57        57            
  Lines         2032      1405   -627     
  Branches       412       245   -167     
==========================================
- Hits          2032      1405   -627     
Impacted Files Coverage Δ
src/RuntimeBaseCommand.js 100.00% <100.00%> (ø)
src/commands/runtime/action/create.js 100.00% <100.00%> (ø)
src/commands/runtime/action/get.js 100.00% <100.00%> (ø)
src/commands/runtime/action/invoke.js 100.00% <100.00%> (ø)
src/commands/runtime/action/list.js 100.00% <100.00%> (ø)
src/commands/runtime/activation/get.js 100.00% <100.00%> (ø)
src/commands/runtime/activation/logs.js 100.00% <100.00%> (ø)
src/commands/runtime/deploy/index.js 100.00% <100.00%> (ø)
src/commands/runtime/deploy/report.js 100.00% <100.00%> (ø)
src/commands/runtime/deploy/sync.js 100.00% <100.00%> (ø)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a52f26b...22e9bf4. Read the comment docs.