argo-rollouts
argo-rollouts copied to clipboard
docs: typo
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.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
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.
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.
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.
@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
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
9.7% Duplication