Azure / functions-action

Enable GitHub developers to deploy to Azure Function Apps using GitHub Actions
MIT License
157 stars 75 forks source link

Patelchandni/lima+deployid #108

Closed patelchandni closed 3 years ago

patelchandni commented 3 years ago
  1. Updated packages to latest for tracking GITHUB_SHA and other information while deployment.
  2. Removed separate API call for status change.
  3. Merged changes from v1.4.0 for LIMA scenario.
  4. If RBAC, then appService is used (LIMA scenario), else kuduService is used for getting app settings.
codecov-commenter commented 3 years ago

Codecov Report

Merging #108 (d6389cf) into releases/v1 (82e15c3) will decrease coverage by 2.67%. The diff coverage is 66.90%.

:exclamation: Current head d6389cf differs from pull request most recent head 0614468. Consider uploading reports for the commit 0614468 to get more accurate results Impacted file tree graph

@@               Coverage Diff               @@
##           releases/v1     #108      +/-   ##
===============================================
- Coverage        79.92%   77.24%   -2.68%     
===============================================
  Files               19       23       +4     
  Lines              533      668     +135     
  Branches            97      119      +22     
===============================================
+ Hits               426      516      +90     
- Misses             107      152      +45     
Impacted Files Coverage Δ
src/utils/index.ts 100.00% <ø> (ø)
src/constants/enable_oryx_build.ts 45.45% <45.45%> (ø)
src/constants/scm_build.ts 45.45% <45.45%> (ø)
src/handlers/contentPreparer.ts 77.19% <65.71%> (-5.42%) :arrow_down:
src/handlers/parameterValidator.ts 73.87% <68.42%> (-3.36%) :arrow_down:
src/utils/funcignore.ts 87.09% <87.09%> (ø)
src/constants/configuration.ts 100.00% <100.00%> (ø)
src/constants/function_runtime.ts 95.45% <100.00%> (ø)
src/managers/builder.ts 100.00% <100.00%> (ø)
... and 4 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 653e5ab...0614468. Read the comment docs.