Skip to content

Conversation

@pbres
Copy link
Contributor

@pbres pbres commented Feb 1, 2018

Fixes for command attach (displaying correct error messages instead of exceptions), tests cleaning

])

const instance = await this.session.createInstance(instanceName)
const instance = await createInstance(instanceName, this.session)
Copy link
Member

Choose a reason for hiding this comment

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

in meantime, I changed a little bit this function to take session directly from the singleton, please check commands/init how to fix it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed

@codecov-io
Copy link

codecov-io commented Feb 2, 2018

Codecov Report

Merging #120 into master will increase coverage by 0.09%.
The diff coverage is 93.33%.

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   34.49%   34.59%   +0.09%     
==========================================
  Files         118      118              
  Lines        4592     4550      -42     
==========================================
- Hits         1584     1574      -10     
+ Misses       3008     2976      -32

@pbres pbres merged commit cf1b654 into master Feb 3, 2018
@pbres pbres deleted the fix_attach branch February 3, 2018 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants