-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
[BUG] Coverage report not sent to Coveralls #20646
Labels
Comments
madmath03
added a commit
to Monogramm/erpnext
that referenced
this issue
Feb 17, 2020
Signed-off-by: mathieu.brunot <[email protected]>
madmath03
added a commit
to Monogramm/erpnext
that referenced
this issue
Feb 17, 2020
Signed-off-by: mathieu.brunot <[email protected]>
madmath03
added a commit
to Monogramm/erpnext
that referenced
this issue
Feb 17, 2020
Signed-off-by: mathieu.brunot <[email protected]>
This was referenced Feb 17, 2020
nabinhait
pushed a commit
that referenced
this issue
Feb 20, 2020
* chore(ci-coverage): Pin coveralls 4.5.4 #20646 Signed-off-by: mathieu.brunot <[email protected]> * chore: Pin coverage Signed-off-by: mathieu.brunot <[email protected]>
nabinhait
pushed a commit
that referenced
this issue
Feb 20, 2020
* chore(ci-coverage): Pin coveralls 4.5.4 #20646 Signed-off-by: mathieu.brunot <[email protected]> * chore: Pin coverage Signed-off-by: mathieu.brunot <[email protected]>
nabinhait
pushed a commit
that referenced
this issue
Feb 20, 2020
* chore(ci-coverage): Pin coveralls 4.5.4 #20646 Signed-off-by: mathieu.brunot <[email protected]> * chore: Fix coverage Signed-off-by: mathieu.brunot <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of the issue
Coverage report is not being sent to Coveralls.io during Travis-CI builds.
Same issue than frappe/frappe#9169. Since I already a fix for Frappe, I will send PR for ERPNext too, but I'm also expecting to encounter the same issue as in frappe/frappe#9304...
Context information (for bug reports)
The Root Cause is z4r/python-coveralls#73 : python-coveralls is not compatible with coverage 5.0, thus breaking the report to Coveralls.
Output of
bench version
All versions impacted.
Steps to reproduce the issue
Observed result
Coverage not sent to Coveralls.
Expected result
Coverage not sent to Coveralls.
Stacktrace / full error message
From travis.yml,
coveralls -b apps/frappe -d ../../sites/.coverage
:Additional information
N/A
The text was updated successfully, but these errors were encountered: