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

Add linter, unit tests and automated build (AppVeyor, Travis) #5

Open
3 of 4 tasks
HyperBrain opened this issue Dec 26, 2017 · 1 comment
Open
3 of 4 tasks
Assignees

Comments

@HyperBrain
Copy link
Owner

HyperBrain commented Dec 26, 2017

The following topics should be resolved

  • TSLint
  • AppVeyor
    Travis Not important right now as AppVeyor already tests everything
  • Unit tests
  • Coverage / Coveralls
@HyperBrain
Copy link
Owner Author

Coverage seems to be a bit complicated, especially to use nyc with the vscode extension testrunner.
The problem is, that the testrunner spawns a vscode that runs the units under testing separately, so that nyc cannot do the instrumentation properly.
According to multiple sources the only way to get this running is to write a custom testrunner...

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

No branches or pull requests

1 participant