Closed RomanNikitenko closed 2 years ago
Merging #1308 (497ac9b) into main (c299f59) will increase coverage by
3.12%
. The diff coverage is30.49%
.
@@ Coverage Diff @@
## main #1308 +/- ##
==========================================
+ Coverage 32.78% 35.91% +3.12%
==========================================
Files 290 326 +36
Lines 9885 10712 +827
Branches 1457 1439 -18
==========================================
+ Hits 3241 3847 +606
- Misses 6641 6860 +219
- Partials 3 5 +2
Impacted Files | Coverage Δ | |
---|---|---|
...theia-about/src/browser/about-che-theia-dialog.tsx | 0.00% <0.00%> (ø) |
|
...credentials/src/browser/che-credentials-service.ts | 0.00% <0.00%> (ø) |
|
...entials/src/browser/credentials-frontend-module.ts | 0.00% <0.00%> (ø) |
|
...eia-credentials/src/common/credentials-protocol.ts | 0.00% <0.00%> (ø) |
|
...eia-credentials/src/node/che-credentials-server.ts | 0.00% <0.00%> (ø) |
|
...s/src/node/che-theia-credentials-backend-module.ts | 0.00% <0.00%> (ø) |
|
...ashboard/src/browser/che-theia-dashboard-module.ts | 0.00% <0.00%> (ø) |
|
...ia-dashboard/src/browser/theia-dashboard-client.ts | 0.00% <0.00%> (ø) |
|
...rowser/src/browser/che-mini-browser-environment.ts | 0.00% <0.00%> (ø) |
|
...in-ext/src/browser/che-sidecar-file-system-main.ts | 100.00% <ø> (ø) |
|
... and 294 more |
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 de00e20...497ac9b. Read the comment docs.
Seems legit, with one question (re: two different versions of node-addon-api).
let's check the changes for 7.42.x
first
https://github.com/eclipse-che/che-theia/pull/1309
https://github.com/eclipse-che/che-theia/pull/1309/files has passed, so I'm going to merge this as is.
NOTE: there are some small differences between 7.42.x yarnl.lock and this one, which hopefully don't matter.
Left: main w/ this PR applied, right: 7.42.x branch:
What does this PR do?
node-addon-api
andnode-addon-api-latest
are transitive dependencies. They were added todevDependencies
section. I believe the dependencies should be removed from thedevDependencies
section.theia
related tokeytar
version. They had to downgrade the dependency to 7.2.0 version. I think it makes sense to use the same version inche-theia
.Screenshot/screencast of this PR
What issues does this PR fix or reference?
How to test this PR?
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.
Happy Path Channel
HAPPY_PATH_CHANNEL=stable