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

Feat: add retry failed step operation #101

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

FogDong
Copy link
Member

@FogDong FogDong commented Dec 9, 2022

Signed-off-by: FogDong dongtianxin.tx@alibaba-inc.com

Description of your changes

Fixes #

I have:

  • Read and followed KubeVela's contribution process.
  • Related Docs updated properly. In a new feature or configuration option, an update to the documentation is necessary.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

Special notes for your reviewer

@codecov
Copy link

codecov bot commented Dec 9, 2022

Codecov Report

Base: 68.05% // Head: 68.39% // Increases project coverage by +0.34% 🎉

Coverage data is based on head (d0e56fc) compared to base (a8868ee).
Patch coverage: 76.58% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
+ Coverage   68.05%   68.39%   +0.34%     
==========================================
  Files          49       49              
  Lines        4210     4351     +141     
==========================================
+ Hits         2865     2976     +111     
- Misses        978      998      +20     
- Partials      367      377      +10     
Flag Coverage Δ
e2etests 25.55% <9.09%> (+0.10%) ⬆️
unit-test 65.27% <76.58%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/main.go 0.99% <0.00%> (-0.05%) ⬇️
controllers/backup_controller.go 44.31% <0.00%> (ø)
pkg/backup/interface.go 77.77% <ø> (-6.84%) ⬇️
pkg/utils/operation.go 77.83% <80.43%> (+5.10%) ⬆️
controllers/workflowrun_controller.go 80.30% <100.00%> (+2.27%) ⬆️
pkg/backup/sls/producer.go 75.00% <100.00%> (+6.25%) ⬆️

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

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

Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
@FogDong FogDong merged commit fd1cdcc into kubevela:main Dec 13, 2022
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.

None yet

2 participants