-
Notifications
You must be signed in to change notification settings - Fork 107
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
Onboard refactored tox & Travis CI setup and configuration vol. 9 #152
Onboard refactored tox & Travis CI setup and configuration vol. 9 #152
Conversation
.travis/runcoveralls.sh
Outdated
fi | ||
|
||
set -x | ||
${ENVPYTHON} ${COVERALLSCMD} ${MAYBE_DEBUG} -v "$@" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-v
argument actually generates a lot of noise to logs. I propose to remove it if everyone is ok with it.
Give user a possibility to perform some actions before reporting results, particularly - disable publishing coverage reports - specify a mode of the shell script wrapper (strict, debug) - specify a path to tests and tests artifacts
33e9bf9
to
67606e4
Compare
Changes in this PR are already contained in template and therefore there are also in #178 (not counting changes in this PR that are obsolete). I propose to close this when #178 will be merged. |
Why not close it now? |
you can find test logs for a closed PR, see #122 (click on one of the red crosses). |
This is a 9th and last batch of changes introduced by PR #133 (changes are introduced in batches to make reviews easier). List of changes introduced in this PR:
tests/
)Note: There are some problems with reporting coverage reports to coveralls.io that are trying to be investigated and solved in PR #120. I propose to continue in investigation of these problems here so publishing coverage reports can be included also to common template.