apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.56k stars 1.17k forks source link

Fix typo #5461

Closed cclauss closed 9 months ago

cclauss commented 10 months ago

Description

Related issue and scope

My changes affect the following components

Types of changes

Checklist:

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (4b5c5d1) 75.84% compared to head (29baeca) 47.36%.

:exclamation: Current head 29baeca differs from pull request most recent head 32b6bfe. Consider uploading reports for the commit 32b6bfe to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5461 +/- ## =========================================== - Coverage 75.84% 47.36% -28.48% =========================================== Files 241 234 -7 Lines 14649 14385 -264 Branches 629 625 -4 =========================================== - Hits 11110 6814 -4296 - Misses 3539 7571 +4032 ```

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

cclauss commented 10 months ago

Unit test changes copied from

cclauss commented 9 months ago

Rebased.

style95 commented 9 months ago

@cclauss Thank you for the contribution!