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 #887: Incorrect warning about overriding environment variable #1108

Merged
merged 1 commit into from
Nov 11, 2021

Conversation

rohanKanojia
Copy link
Member

Description

Fix #887
Don't log a warning about not overriding environment variable when both
old and new values are same.

Signed-off-by: Rohan Kumar [email protected]

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change
  • Chore (non-breaking change which doesn't affect codebase;
    test, version modification, documentation, etc.)

Checklist

@codecov
Copy link

codecov bot commented Nov 9, 2021

Codecov Report

Merging #1108 (9c9d274) into master (40b0561) will increase coverage by 0.05%.
The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1108      +/-   ##
============================================
+ Coverage     48.98%   49.03%   +0.05%     
- Complexity     3634     3637       +3     
============================================
  Files           456      456              
  Lines         20753    20751       -2     
  Branches       2827     2827              
============================================
+ Hits          10165    10175      +10     
+ Misses         9502     9494       -8     
+ Partials       1086     1082       -4     
Impacted Files Coverage Δ
.../eclipse/jkube/enricher/generic/ImageEnricher.java 78.83% <83.33%> (+8.32%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40b0561...9c9d274. Read the comment docs.

@rohanKanojia rohanKanojia marked this pull request as ready for review November 10, 2021 05:25
… variable

Don't log warning about not overriding environment variable when both
old and new values are same.

Signed-off-by: Rohan Kumar <[email protected]>
@sonarcloud
Copy link

sonarcloud bot commented Nov 11, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

90.0% 90.0% Coverage
0.0% 0.0% Duplication

@manusa manusa added this to the 1.6.0 milestone Nov 11, 2021
@manusa manusa merged commit d925ff9 into eclipse-jkube:master Nov 11, 2021
@rohanKanojia rohanKanojia deleted the pr/issue887 branch November 11, 2021 14:27
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.

Incorrect warning about overriding environment variable
2 participants