Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #5352

Merged
merged 3 commits into from
Jan 25, 2023
Merged

Fix typo #5352

merged 3 commits into from
Jan 25, 2023

Conversation

style95
Copy link
Member

@style95 style95 commented Nov 10, 2022

Description

This is to fix typo.

Related issue and scope

  • I opened an issue to propose and discuss this change (#????)

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Scheduler
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

@codecov-commenter
Copy link

codecov-commenter commented Nov 10, 2022

Codecov Report

Merging #5352 (39b7040) into master (40944e6) will decrease coverage by 0.84%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5352      +/-   ##
==========================================
- Coverage   76.64%   75.80%   -0.84%     
==========================================
  Files         240      240              
  Lines       14407    14407              
  Branches      601      601              
==========================================
- Hits        11042    10921     -121     
- Misses       3365     3486     +121     
Impacted Files Coverage Δ
...whisk/connector/kafka/KafkaProducerConnector.scala 56.09% <0.00%> (-24.40%) ⬇️
...whisk/connector/kafka/KafkaConsumerConnector.scala 59.15% <0.00%> (-22.54%) ⬇️
.../scala/org/apache/openwhisk/utils/Exceptions.scala 20.00% <0.00%> (-20.00%) ⬇️
...rg/apache/openwhisk/core/controller/Triggers.scala 81.37% <0.00%> (-13.11%) ⬇️
...hisk/core/controller/actions/SequenceActions.scala 82.11% <0.00%> (-9.76%) ⬇️
...core/controller/BasicAuthenticationDirective.scala 92.30% <0.00%> (-7.70%) ⬇️
...sk/core/containerpool/docker/DockerContainer.scala 87.91% <0.00%> (-7.70%) ⬇️
...pache/openwhisk/core/entity/ConcurrencyLimit.scala 88.23% <0.00%> (-5.89%) ⬇️
...pache/openwhisk/core/containerpool/Container.scala 79.56% <0.00%> (-4.31%) ⬇️
...rg/apache/openwhisk/core/controller/ApiUtils.scala 60.68% <0.00%> (-4.28%) ⬇️
... and 22 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@style95 style95 closed this Jan 25, 2023
@style95 style95 reopened this Jan 25, 2023
@style95 style95 merged commit 4bc4c3b into apache:master Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants