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

Only run code coverage report on non-fork branches #3571

Merged
merged 1 commit into from
May 19, 2024

Commits on May 19, 2024

  1. Only run code coverage report on non-fork branches

    Codacy's coverage report feature requires the use of a secret key, which
    is only available on the main repo and is not available on forks. So,
    the step has been always failing on any forks. This commit ensures that
    we only run it on non-forks.
    
    This greatly diminishes the value of the coverage reports. I've talked
    to one of the Codacy people and advised that they should just have an
    API key for coverage reports which is not a secret, like what bugsnag
    does.
    jesseduffield committed May 19, 2024
    Configuration menu
    Copy the full SHA
    36e7524 View commit details
    Browse the repository at this point in the history