argo-rollouts icon indicating copy to clipboard operation
argo-rollouts copied to clipboard

docs: typo

Open daixijun opened this issue 2 years ago • 4 comments

Checklist:

  • [ ] Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
  • [x] The title of the PR is (a) conventional, (b) states what changed, and (c) suffixes the related issues number. E.g. "fix(controller): Updates such and such. Fixes #1234".
  • [x] I've signed my commits with DCO
  • [ ] I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • [ ] My builds are green. Try syncing with master if they are not.
  • [ ] My organization is added to USERS.md.

daixijun avatar Aug 23 '22 04:08 daixijun

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Aug 23 '22 04:08 sonarqubecloud[bot]

Go Published Test Results

1 731 tests   1 731 :heavy_check_mark:  2m 34s :stopwatch:    101 suites         0 :zzz:        1 files           0 :x:

Results for commit 28b6c6d6.

github-actions[bot] avatar Aug 23 '22 04:08 github-actions[bot]

Codecov Report

Base: 82.37% // Head: 82.37% // No change to project coverage :thumbsup:

Coverage data is based on head (28b6c6d) compared to base (69fd80c). Patch has no changes to coverable lines.

:exclamation: Current head 28b6c6d differs from pull request most recent head 3d9bc2b. Consider uploading reports for the commit 3d9bc2b to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2208   +/-   ##
=======================================
  Coverage   82.37%   82.37%           
=======================================
  Files         121      121           
  Lines       18069    18069           
=======================================
  Hits        14884    14884           
  Misses       2416     2416           
  Partials      769      769           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Aug 23 '22 04:08 codecov[bot]

E2E Tests Published Test Results

88 tests   85 :heavy_check_mark:  44m 49s :stopwatch:   1 suites    3 :zzz:   1 files      0 :x:

Results for commit 28b6c6d6.

github-actions[bot] avatar Aug 23 '22 04:08 github-actions[bot]

@daixijun Tks for your contribution.

There is a small problem with the DCO. You need to signoff your commits before I am able to merge your PR. Do do so, you need to run the following commands:

git rebase HEAD~1 --signoff
git push --force-with-lease origin patch-1

leoluz avatar Sep 26 '22 17:09 leoluz

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
9.7% 9.7% Duplication

sonarqubecloud[bot] avatar Sep 27 '22 09:09 sonarqubecloud[bot]