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

Code Coverage for integration tests scenarios #223

Merged
merged 2 commits into from
May 7, 2019

Commits on May 7, 2019

  1. remove 'Local' Network target

    KtorZ committed May 7, 2019
    Configuration menu
    Copy the full SHA
    c4b3744 View commit details
    Browse the repository at this point in the history
  2. run the wallet server in the same thread as the test scenario

    Before, we ran this in a separate process which, as a major downside, has been escaping any
    form of coverage measurement. Having it ran in another _thread_ solves this problem
    KtorZ committed May 7, 2019
    Configuration menu
    Copy the full SHA
    b053b11 View commit details
    Browse the repository at this point in the history