Skip to content
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

testing if removing codecov upload removes the check #6052

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

lbergelson
Copy link
Member

testing if removing the codecov upload line in our yml disables the reporting on the pr

@lbergelson
Copy link
Member Author

this seemed to work

Copy link
Collaborator

@droazen droazen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, merge after addressing comments.

@@ -186,7 +186,6 @@ script:
fi;

after_success:
- bash <(curl -s https://codecov.io/bash)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend commenting this out (with a brief explanation of why it's disabled) rather than deleting it outright.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.com/broadinstitute/gatk.svg?branch=master)](https://travis-ci.com/broadinstitute/gatk)
[![codecov](https://codecov.io/gh/broadinstitute/gatk/branch/master/graph/badge.svg)](https://codecov.io/gh/broadinstitute/gatk)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment out instead of deleting

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure how to comment something out of the readme in a sane way.

@lbergelson lbergelson marked this pull request as ready for review July 23, 2019 22:00
@lbergelson lbergelson merged commit 8aa14f0 into master Jul 24, 2019
@lbergelson lbergelson deleted the lb_test_remove_codecov branch July 24, 2019 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants