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

bugfix: Fix codecov broken backend coverage upload. #14972

Merged
merged 1 commit into from
May 28, 2020

Commits on May 26, 2020

  1. ci: Don't remove .coverage file & set empty suffix.

    Fixes zulip#14962
    * codecov needs `.coverage` file in the pwd to upload coverage
    results.
    * concurrency='multiprocessing' forces `.coverage` file to have a
    data_suffix, we explicity set it to "" for the file to have no suffix.
    Filed issue as nedbat/coveragepy#989
    amanagr committed May 26, 2020
    Configuration menu
    Copy the full SHA
    94a8915 View commit details
    Browse the repository at this point in the history