-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Switch to codecov.io #1876
Switch to codecov.io #1876
Conversation
@@ -15,7 +15,7 @@ script: | |||
- scripts/update_docs.sh | |||
|
|||
after_success: | |||
- tox -e coveralls | |||
- bash <(curl -s https://codecov.io/bash) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Possibly an example when it finishes generating... |
5915215
to
60c0364
Compare
Current coverage is 100%
|
Yeah still playing with it. On Monday, June 20, 2016, Codecov notifications@github.com wrote:
Tom Schultz |
basepython = | ||
python2.7 | ||
passenv = | ||
CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM, please squash. Also we should make sure codecov.io adds a check to this PR before merging |
Also the coveralls badge should be replaced |
b2ff4f2
to
1d5973e
Compare
@dhermes, I don't have admin rights to the repo to add a github check. |
Looks like we're not alone! |
@daspecster Which page do you need admin rights for? I'm on https://github.com/GoogleCloudPlatform/gcloud-python/settings/hooks trying to add the service but can't find it |
OK figured it out on https://codecov.io/gh/GoogleCloudPlatform/gcloud-python/settings Here is the badge FYI
|
@daspecster Now that the hook has been added, can you add a commit with the badge so we can test it? |
Awesome! I was looking. I put |
I just copied that RST snippet from https://codecov.io/gh/GoogleCloudPlatform/gcloud-python/settings/badge Where'd you get the other one? |
I think I saw it in their docs somewhere. |
|
Still no check, though it worked
|
Hmmm |
@dhermes after some digging, I think we need that codecov.yml file there to get it to trigger status checks. Let me know if one shows up now? |
Ok, I'll see what else I can find. Thanks for checking. |
It looks like it's getting a 404 for something but I can't tell if this is a codecov.io URL or a github url that's throwing the error. |
Update: I have a support request out to codecov.io. I think it might be a permissions issue but I want to confirm with them so I know how it works. |
@dhermes, can you add the integration here https://github.com/integrations/codecov to the GoogleCloudApplication org if possible. I think https://github.com/organizations/GoogleCloudPlatform/settings/oauth_application_policy CodeCov uses all github permissions so I think we have to get it setup on the org side. |
I don't know if I have admin rights / don't see any "Add" button on the integrations page (I visited it multiple times yesterday trying to figure out what to click). |
Would this be something @jgeewax might have to do? |
Maybe |
@daspecster Where did the previous post from the codecov bot come from? |
If you change this value it will post a comment. That link anchors weirdly...it's line 1 of codecov.yml. |
@jgeewax, if you're game, can we enable codecov in the organization apps/oauth? |
👍 |
Awesome thanks! |
Hmmm, still not showing up in here. Could someone check and see if codecov is in the projected branch settings now? |
@tseaver, if you go here can you click on the "reset webhook" button with any success? If that doesn't start working then we could also just turn the integration back on to get codecov to post a comment about the coverage. I'm thinking that this might have to get into master to fully work. We could change this so it does both coveralls and codecov to test it. |
Nope, I get the same error you posted.
I don't like those comments: I would rather have it be a "check".
Let's try that. We can drop coveralls in a follow-up PR. |
d9999f4
to
6d08b77
Compare
LGTM |
Change codecov settings.
6d08b77
to
58cdf26
Compare
I squashed some of the commits and when travis passes I'll merge. |
No description provided.