redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
57 stars 26 forks source link

Implementing RSP server provider UI tests #433

Closed odockal closed 4 years ago

odockal commented 4 years ago

Signed-off-by: Ondrej Dockal odockal@redhat.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #433 into master will decrease coverage by 13.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #433       +/-   ##
===========================================
- Coverage   29.33%   16.32%   -13.02%     
===========================================
  Files           8       15        +7     
  Lines         242      435      +193     
  Branches       36       46       +10     
===========================================
  Hits           71       71               
- Misses        171      364      +193     
Impacted Files Coverage Δ
src/ui-test/allTestsSuite.ts 0.00% <0.00%> (ø)
src/ui-test/common/adaptersContants.ts 0.00% <0.00%> (ø)
src/ui-test/common/serverContants.ts 0.00% <0.00%> (ø)
src/ui-test/common/serverState.ts 0.00% <0.00%> (ø)
src/ui-test/rspServerProviderOperationsTest.ts 0.00% <0.00%> (ø)
src/ui-test/rspServerProviderUITest.ts 0.00% <0.00%> (ø)
src/ui-test/server/serverUtils.ts 0.00% <0.00%> (ø)
src/ui-test/server/ui/rspServerProvider.ts 0.00% <0.00%> (ø)
src/ui-test/server/ui/serversActivityBar.ts 0.00% <0.00%> (ø)
... and 6 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 6a640e7...bc13921. Read the comment docs.

odockal commented 4 years ago

@jrichter1 Anything else needs to be done here?

jrichter1 commented 4 years ago

@odockal 'unskip' the one test case?

odockal commented 4 years ago

@jrichter1 Like the patch is already at the place? hm.. let's try.

odockal commented 4 years ago

Thanks!