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

Provide support for setting BuildConfig memory/CPU requests and limits #99

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

rohanKanojia
Copy link
Member

@codecov
Copy link

codecov bot commented Mar 6, 2020

Codecov Report

Merging #99 into master will increase coverage by 0.51%.
The diff coverage is 52.22%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #99      +/-   ##
============================================
+ Coverage     24.60%   25.11%   +0.51%     
- Complexity     1476     1515      +39     
============================================
  Files           349      350       +1     
  Lines         19240    19322      +82     
  Branches       2889     2908      +19     
============================================
+ Hits           4734     4853     +119     
+ Misses        13973    13916      -57     
- Partials        533      553      +20     
Impacted Files Coverage Δ Complexity Δ
...kube/kit/config/resource/OpenshiftBuildConfig.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ipse/jkube/kit/config/resource/ResourceConfig.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...onfig/service/openshift/OpenshiftBuildService.java 51.87% <56.25%> (-0.39%) 48.00 <5.00> (+5.00) ⬇️
...eclipse/jkube/kit/config/service/BuildService.java 70.37% <66.66%> (-0.47%) 0.00 <0.00> (ø)
...clipse/jkube/kit/common/util/KubernetesHelper.java 14.59% <86.20%> (+14.59%) 25.00 <14.00> (+25.00)
...va/org/eclipse/jkube/kit/common/util/FileUtil.java 30.15% <0.00%> (+9.52%) 16.00% <0.00%> (+5.00%)
...java/org/eclipse/jkube/kit/common/util/IoUtil.java 70.17% <0.00%> (+56.14%) 9.00% <0.00%> (+4.00%)

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 3b34640...f27b67c. Read the comment docs.

* @param log log object
* @return file if present or null
*/
public static File getResourceFragmentFromSource(File resourceDirFinal, List<String> remotes, String resourceNameSuffix, KitLogger log) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide some Unit Test validating and documenting the logic

@rohanKanojia rohanKanojia force-pushed the pr/portFMP-PR-1772 branch 4 times, most recently from e618043 to 8da1dc9 Compare March 9, 2020 07:29
@rohanKanojia rohanKanojia force-pushed the pr/portFMP-PR-1772 branch 2 times, most recently from 67b3955 to 4b46f90 Compare March 17, 2020 17:20
@rohanKanojia rohanKanojia force-pushed the pr/portFMP-PR-1772 branch 2 times, most recently from 1778d2f to 50b3686 Compare March 26, 2020 11:58
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 1 Security Hotspot to review)
Code Smell A 0 Code Smells

65.5% 65.5% Coverage
0.0% 0.0% Duplication

@manusa manusa merged commit f553aa6 into eclipse-jkube:master Mar 26, 2020
@rohanKanojia rohanKanojia deleted the pr/portFMP-PR-1772 branch July 7, 2020 09:36
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.

2 participants