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

[WIP] Upload code coverage reports to codecov.io #835

Closed
wants to merge 1 commit into from

Commits on May 6, 2019

  1. Upload code coverage reports to codecov.io

    The token is currently hardcoded which is probably terrible but
    only viable alternatives I can think of are
    to hardcode it in tektoncd/plumbing, which doesn't seem much better, or to put it into
    a secret in the Prow cluster, which we could do later if this becomes a problem
    
    I am not 100% sure if this will work with the existing knative bash
    scripts, really looking forward to tektoncd#532
    
    These commands worked when run locally, except the generated deepcopy
    file was included in the coverage reporting. No matter what I did to try
    to exclude it (https://docs.codecov.io/docs/ignoring-paths) I couldn't
    make it work, so putting that aside for now (and continuing to try to
    chip away at it in tektoncd#834)
    bobcatfish committed May 6, 2019
    Configuration menu
    Copy the full SHA
    8ad2b17 View commit details
    Browse the repository at this point in the history