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

chore(lifecycle-operator): remove unused FailAction parameter from KeptnEvaluation #3138

Merged
merged 1 commit into from
Feb 28, 2024
Merged

chore(lifecycle-operator): remove unused FailAction parameter from KeptnEvaluation #3138

merged 1 commit into from
Feb 28, 2024

Conversation

odubajDT
Copy link
Contributor

Fixes: #3131

@github-actions github-actions bot added documentation Improvements or additions to documentation ops lifecycle-operator labels Feb 28, 2024
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.81%. Comparing base (ce57993) to head (1f90091).
Report is 91 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3138      +/-   ##
==========================================
+ Coverage   85.75%   86.81%   +1.06%     
==========================================
  Files         162      162              
  Lines       10351     8590    -1761     
==========================================
- Hits         8876     7457    -1419     
+ Misses       1186      842     -344     
- Partials      289      291       +2     
Files Coverage Δ
...or/apis/lifecycle/v1beta1/keptnevaluation_types.go 96.82% <ø> (-0.48%) ⬇️

... and 138 files with indirect coverage changes

Flag Coverage Δ
certificate-operator 69.23% <ø> (+1.80%) ⬆️
component-tests 56.55% <ø> (+0.55%) ⬆️
keptn-lifecycle-operator ?
lifecycle-operator 86.45% <ø> (+1.16%) ⬆️
metrics-operator 88.32% <ø> (+0.68%) ⬆️
scheduler 34.74% <ø> (-1.79%) ⬇️

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

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@odubajDT odubajDT marked this pull request as ready for review February 28, 2024 09:04
@odubajDT odubajDT requested review from a team as code owners February 28, 2024 09:04
@odubajDT odubajDT merged commit 4febd99 into keptn:main Feb 28, 2024
43 checks passed
@prakrit55
Copy link
Member

prakrit55 commented Mar 15, 2024

hey @odubajDT, I think the failAction: got removed from here in v1alpha1 in helm templates and in the .helm-tests/l*/results


@odubajDT
Copy link
Contributor Author

hey @odubajDT, I think the failAction: got removed from here in v1alpha1 in helm templates and in the .helm-tests/l*/results

Good catch, thank you! Are you willing to make a fix and open a PR?

@prakrit55
Copy link
Member

hey @odubajDT, I think the failAction: got removed from here in v1alpha1 in helm templates and in the .helm-tests/l*/results

Good catch, thank you! Are you willing to make a fix and open a PR?

happy to do that 😀

Vickysomtee pushed a commit to Vickysomtee/keptn-lifecycle-toolkit that referenced this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation lifecycle-operator ops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused FailAction parameter from KeptnEvaluation
4 participants