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: fix auto resume in suspend #140

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Conversation

FogDong
Copy link
Member

@FogDong FogDong commented Feb 24, 2023

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

Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Base: 68.26% // Head: 67.48% // Decreases project coverage by -0.79% ⚠️

Coverage data is based on head (689318e) compared to base (1a2e8a1).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
- Coverage   68.26%   67.48%   -0.79%     
==========================================
  Files          47       47              
  Lines        4336     4339       +3     
==========================================
- Hits         2960     2928      -32     
- Misses       1004     1031      +27     
- Partials      372      380       +8     
Flag Coverage Δ
e2etests 24.38% <0.00%> (-1.14%) ⬇️
unit-test 65.24% <100.00%> (+0.04%) ⬆️

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

Impacted Files Coverage Δ
pkg/providers/workspace/workspace.go 80.64% <100.00%> (+1.75%) ⬆️
controllers/workflowrun_controller.go 63.63% <0.00%> (-11.19%) ⬇️
api/v1alpha1/types.go 0.00% <0.00%> (-11.12%) ⬇️
api/condition/condition.go 92.20% <0.00%> (-7.80%) ⬇️
pkg/context/context.go 71.52% <0.00%> (-3.32%) ⬇️
pkg/executor/workflow.go 79.55% <0.00%> (-1.78%) ⬇️

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.

@Somefive Somefive merged commit 6da55e8 into kubevela:main Feb 24, 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.

None yet

2 participants