-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Integration tests #196
Integration tests #196
Conversation
Running these:
Gives me a coverage of 48%:
|
I also do login to codecov and added app to github but i do not understand where i have to put the codecov token?!?
|
@CastagnaIT You don't. In fact I think it would work out-of-the-box for codecov since this is a public repository. |
this is ready to merge? |
That is the question. Currently the integration tests fail in Travis, but work on my system.
This will ensure that the integration tests use your Netflix username and password. You can also set NETFLIX_ESN, and that seems to give a very specific error which I think is expected. |
We could merge this PR, but then I would need to disable the integration tests from Travis. Otherwise it will look as if the build is broken. |
any encrypted value is okay? |
The reason we do not have any code coverage results is because we don't run any tests yet. So maybe we should merge this, without running it in Travis, and then we can look for a way to fix it in Travis. I may need your help with this. |
You have to mark the variable so it is not shown in the logs. |
i have added a fake username email and password and a real esn in travis Environment Variables, restarting this build seem nothing changed |
Did you add it to Travis, because it requires a rebuild in that case. And I don't see any evidence that you did in the current output.
|
Oh right, it will not add them unless it is building the master branch. So it won't do it for PRs. |
@CastagnaIT Maybe this can be merged while disabled in Travis. At least we can run it from the CLI. |
This is the first set of integration tests.
Check if this PR fulfills these requirements:
Types of changes
Description
This is the first set of integration tests. Please merge #194 first.