GitHub user kennknowles opened a pull request:

    https://github.com/apache/incubator-beam/pull/89

    Add codecov integration to Travis-CI config

    This configures upload of our Jacoco coverage results to 
https://codecov.io. The coverage report from this branch is at 
https://codecov.io/github/kennknowles/incubator-beam?ref=codecov.
    
    I chose codecov because it provides browser extensions to overlay the 
coverage information onto pull requests, where it can supplement our review 
process.
    
    As with Travis-CI, this requires activation for any fork that it is going 
to run against. Any contributor can activate their own fork. Activating this or 
another code coverage tool for Apache's fork will require some trivial work 
from infra. It can also be used with Jenkins, if desired.
    
    (To forestall any concerns about downloading and executing an arbitrary 
script: Travis-CI already does this in the form of running the script specified 
by pull requests, which are much more likely to be malicious or erroneous.)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kennknowles/incubator-beam codecov

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/89.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #89
    
----
commit 5455a85e1aebe2465915d2491d2c5ef1e3c8966e
Author: Kenneth Knowles <[email protected]>
Date:   2016-03-29T16:43:39Z

    Add codecov integration to Travis-CI config
    
    This configuration submits coverage information recorded by
    jacoco to https://codecov.io

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to