-
Notifications
You must be signed in to change notification settings - Fork 215
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
codecov-action with coverage package #116
Comments
@PrimozGodec it looks like you are uploading a sqlite file instead of a We have an example here. You might not need |
Thank you for the response. The example shows how to upload coverage whit Travis and Is there any example of how to use codecov-action in combination with |
@PrimozGodec fair enough. I'll update the python |
Thank for the update. 👍 |
Closing this as |
Thank you. I can confirm it works. :) |
I am trying to introduce codecov-action in our project.. We generate report via coverage package:
which produces the report in
.coverage
file. Before we used Travis and we just uploaded the report withcodecov
command. With codecov-action I added the following section to one of the workflows:It seems that it uploads the report but something is wrong with the report and error message does not tell anything:
There was an error processing coverage reports.
Here is the link to the error/report: https://codecov.io/github/biolab/orange3/commit/9f5fea156917ba0772a059771092c9480b387c07I think that the format of the report file is wrong since in the documentation there is the report in XML format, but I also cannot find how to produce the report in the correct format with
coverage
package.The text was updated successfully, but these errors were encountered: