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

split codecov uploading into separate repo #3084

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 20, 2024

  1. split codecov uploading into separate repo

    Some PRs run with lowered permissions that don't have access to secrets.
    This is generally good, but means they don't have a token to upload to
    Codecov. Split out the uploading to a separate workflow that is
    triggered by the completion of the test workflow.
    haarg committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ec71d95 View commit details
    Browse the repository at this point in the history
  2. remove some tests for now

    haarg committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e942d0a View commit details
    Browse the repository at this point in the history
  3. fix workflow syntax

    haarg committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ef9d468 View commit details
    Browse the repository at this point in the history