-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Add test coverage reporting with AppVeyor to Codecov #6042
PR: Add test coverage reporting with AppVeyor to Codecov #6042
Conversation
@ccordoba12 Do you want to add a badge for codecov on the README? |
require_ci_to_pass: yes | ||
|
||
codecov: | ||
branch: master |
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.
We should run this in 3.x too.
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.
So please move this PR to the 3.x branch.
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.
We should run this in 3.x too
From my understanding, the branch
option in the .yaml is used to specify which branch is displayed by default on the codecov project homepage. From codecov documentation:
"This will change the branch used on the default project dashboard"
I think that master is used by default, so I've only kept this option in the .yaml file in case we want to change it later. Do you prefer to have the 3.x instead?
So please move this PR to the 3.x branch.
You are right, I will rebase this PR to the 3.x branch.
Ok, no problem. |
e001546
to
209f7f9
Compare
Thank you very much for the detailed description @CAM-Gerlach . Just to be sure I understood correctly, you are skipping some of the tests because they fail locally on your machine, even if they pass on our CI? |
@jnsebgosselin I think you mean to reply on #6044 :P |
@CAM-Gerlach I was wondering where my answer went lol ! |
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.
Thanks @jnsebgosselin! Good job 👍
.codecov.yml