codecov / codecov-cli

Codecov's Command Line Interface. Used for uploading to Codecov in your CI, Test Labelling, Local Upload, and more
Apache License 2.0
56 stars 39 forks source link

Remove token enforcement for true tokenless endpoints #533

Closed nora-codecov closed 3 weeks ago

nora-codecov commented 1 month ago

Went through the upload endpoints on API:

https://github.com/codecov/engineering-team/issues/2300

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 95.95%. Comparing base (db6ab02) to head (10b24f7). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #533 +/- ## ======================================= Coverage 95.95% 95.95% ======================================= Files 84 84 Lines 3067 3067 ======================================= Hits 2943 2943 Misses 124 124 ``` | [Flag](https://app.codecov.io/gh/codecov/codecov-cli/pull/533/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | Coverage Δ | | |---|---|---| | [python3.10](https://app.codecov.io/gh/codecov/codecov-cli/pull/533/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | `96.22% <100.00%> (ø)` | | | [python3.11](https://app.codecov.io/gh/codecov/codecov-cli/pull/533/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | `96.21% <100.00%> (ø)` | | | [python3.12](https://app.codecov.io/gh/codecov/codecov-cli/pull/533/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | `96.21% <100.00%> (ø)` | | | [python3.8](https://app.codecov.io/gh/codecov/codecov-cli/pull/533/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | `96.18% <100.00%> (ø)` | | | [python3.9](https://app.codecov.io/gh/codecov/codecov-cli/pull/533/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | `96.18% <100.00%> (ø)` | | | [smart-labels](https://app.codecov.io/gh/codecov/codecov-cli/pull/533/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codecov) | `95.95% <100.00%> (ø)` | | 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.

github-actions[bot] commented 1 month ago

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

:mega: Thoughts on this report? Let Codecov know! | Powered by Codecov

thomasrockhu-codecov commented 1 month ago

Agreed, this looks good to me. I'd like to know, however, that this change has been tested on

  1. Public repos from user in the org
  2. Public repos from user outside the org
  3. Dependabot RPs to a repo
  4. Private repos