Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Conversation

@hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 15, 2019

codecov-bash can take the name parameter from $CODECOV_NAME:

https://github.com/codecov/codecov-bash/blob/4678d212cce2078bbaaf5027af0c0dafaad6a095/codecov#L23

This PR adds the same thing to codecov-python. (Both accept $CODECOV_TOKEN.)

This is useful for CIs where the name is not automatically set, and codecov is called from a script also used by Travis CI and AppVeyor. The token is set via env var, it would be good to set the name too.

For example, GitHub Actions now shows up as "Untitled":

image

@codecov
Copy link

codecov bot commented Sep 15, 2019

Codecov Report

Merging #210 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #210   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files           1      1           
  Lines           1      1           
=====================================
  Misses          1      1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant