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 error log format #432

Merged

Add fmt.Sprintf to fix error output

29bbb9f
Select commit
Loading
Failed to load commit list.
Merged

Fix error log format #432

Add fmt.Sprintf to fix error output
29bbb9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2024 in 0s

80.68% (-0.72%) compared to 2fc5811

View this Pull Request on Codecov

80.68% (-0.72%) compared to 2fc5811

Details

Codecov Report

Attention: 73 lines in your changes are missing coverage. Please review.

Comparison is base (2fc5811) 81.39% compared to head (29bbb9f) 80.68%.
Report is 1 commits behind head on main.

Files Patch % Lines
controllers/component_controller.go 47.36% 45 Missing and 5 partials ⚠️
pkg/devfile/devfile.go 41.17% 10 Missing ⚠️
pkg/devfile/errors.go 0.00% 6 Missing ⚠️
controllers/update.go 16.66% 5 Missing ⚠️
controllers/errors.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #432      +/-   ##
==========================================
- Coverage   81.39%   80.68%   -0.72%     
==========================================
  Files          32       32              
  Lines        4907     4995      +88     
==========================================
+ Hits         3994     4030      +36     
- Misses        715      763      +48     
- Partials      198      202       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.