mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 13:37:25 +00:00
test ci env var
This commit is contained in:
parent
e0cc6d49d9
commit
39a99a4e84
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
ci_env="git/hg"
|
||||||
|
|
||||||
if [ $# -eq 0 ]
|
if [ $# -eq 0 ]
|
||||||
then
|
then
|
||||||
echo "Please provide an upload token from codecov.io"
|
echo "Please provide an upload token from codecov.io"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue