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
54 stars 38 forks source link

chore: automatically acquire branch name for CircleCI #490

Open quantizor opened 1 month ago

quantizor commented 1 month ago

https://circleci.com/docs/variables/

Since Codecov provides a CircleCI orb, let's make it easier to acquire the branch name without additional config.

quantizor commented 1 month ago

@thomasrockhu-codecov @matt-codecov when you get a moment, thanks!

matt-codecov commented 1 month ago

@quantizor thanks for the contribution!

i'm a little perplexed because we supposedly already support this:

do you have an example CI run where codecov was failing to get the circleci branch?