codecov / codecov-api

Code for the API of Codecov
Other
216 stars 30 forks source link

chore: Skip tests when deploying to staging #846

Open suejung-sentry opened 2 weeks ago

suejung-sentry commented 2 weeks ago

The staging deploy takes a while, mostly due to the ~10min test runner (which can sometimes fail due to flaky tests, so maybe more than that including retries). This PR considers skipping that step for the staging deploy only so testing cycles on staging can be faster.

codecov-notifications[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

:loudspeaker: Thoughts on this report? Let us know!

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.26%. Comparing base (2fca394) to head (ce670f2).

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #846 +/- ## ======================================= Coverage 96.26% 96.26% ======================================= Files 814 814 Lines 18680 18680 ======================================= Hits 17982 17982 Misses 698 698 ``` | [Flag](https://app.codecov.io/gh/codecov/codecov-api/pull/846/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/codecov/codecov-api/pull/846/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | `92.52% <ø> (ø)` | | | [unit-latest-uploader](https://app.codecov.io/gh/codecov/codecov-api/pull/846/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | `92.52% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.