Skip to content

Import command for components without context #1117

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

Merged
merged 6 commits into from
Sep 6, 2019

Conversation

dgolovin
Copy link
Collaborator

@dgolovin dgolovin commented Sep 4, 2019

fix #1052.

@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #1117 into master will decrease coverage by 2.74%.
The diff coverage is 32.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1117      +/-   ##
==========================================
- Coverage   84.11%   81.36%   -2.75%     
==========================================
  Files          31       32       +1     
  Lines        2147     2249     +102     
  Branches      375      393      +18     
==========================================
+ Hits         1806     1830      +24     
- Misses        341      419      +78
Impacted Files Coverage Δ
src/extension.ts 70.18% <100%> (+0.18%) ⬆️
src/openshift/component.ts 74.37% <15%> (-16.54%) ⬇️
src/odo.ts 80.12% <35.71%> (-0.84%) ⬇️
src/util/workspace.ts 80.76% <80.76%> (ø)

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 9226577...354d706. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #1117 into master will decrease coverage by 2.73%.
The diff coverage is 33.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1117      +/-   ##
==========================================
- Coverage   84.11%   81.37%   -2.74%     
==========================================
  Files          31       32       +1     
  Lines        2147     2250     +103     
  Branches      375      394      +19     
==========================================
+ Hits         1806     1831      +25     
- Misses        341      419      +78
Impacted Files Coverage Δ
src/extension.ts 70.18% <100%> (+0.18%) ⬆️
src/openshift/component.ts 74.44% <15.78%> (-16.47%) ⬇️
src/odo.ts 80.12% <35.71%> (-0.84%) ⬇️
src/util/workspace.ts 80.76% <80.76%> (ø)

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 9226577...3cdaa45. Read the comment docs.

@dgolovin dgolovin changed the title I1051 Import command for components without context Sep 4, 2019
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.

Provide 'Import' command for components deployed in cluster with previous odo releases without context folder
1 participant