We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Live is too short. Current build time is 5:30 avg. Check latest builds: https://travis-ci.org/rybalkinsd/kohttp/builds
Target is to cut it to 2 min or 1 min ideally.
How to do this: We have a lot of tests at the moment with a good coverage. However not all of our tests are good:
it is possible to move some tests from integration to unit with mocks
it is possible to simplify tests with sleeps, like RetryInterceptorTest
RetryInterceptorTest
investigate codecov problem on CI example
X> Failed to upload -> Sleeping for 30s and trying again...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Live is too short.
Current build time is 5:30 avg.
Check latest builds: https://travis-ci.org/rybalkinsd/kohttp/builds
Target is to cut it to 2 min or 1 min ideally.
How to do this:
We have a lot of tests at the moment with a good coverage.
However not all of our tests are good:
it is possible to move some tests from integration to unit with mocks
it is possible to simplify tests with sleeps, like
RetryInterceptorTest
investigate codecov problem on CI example
The text was updated successfully, but these errors were encountered: