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

chore: allow codecov to detect SHA #28278

Merged
merged 7 commits into from
Apr 30, 2024
Merged

chore: allow codecov to detect SHA #28278

merged 7 commits into from
Apr 30, 2024

Commits on Apr 30, 2024

  1. chore: allow codecov to detect SHA

    In our CI, where codecov.sh is called, there's a message from its CLI saying `Issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0`. From my understanding setting depth=2 should allow to resolve this, without having much impact on cloning workload.
    mistercrunch committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fddda37 View commit details
    Browse the repository at this point in the history
  2. more tokens

    mistercrunch committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    73fab2c View commit details
    Browse the repository at this point in the history
  3. lower retries

    mistercrunch committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9d1c0f4 View commit details
    Browse the repository at this point in the history
  4. more codecov fixes

    mistercrunch committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cdcc6ee View commit details
    Browse the repository at this point in the history
  5. no retry

    mistercrunch committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    038b4c0 View commit details
    Browse the repository at this point in the history
  6. using the github action

    mistercrunch committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b0bf17d View commit details
    Browse the repository at this point in the history
  7. rm depth, set flags

    mistercrunch committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    97f680a View commit details
    Browse the repository at this point in the history