Skip to content

Commit

Permalink
Merge pull request #2 from codecov/package-name
Browse files Browse the repository at this point in the history
Add package name
  • Loading branch information
thomasrockhu authored Nov 16, 2020
2 parents 238e44c + a2690ae commit 3b298fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ workflows:
inputs:
- CODECOV_TOKEN: $CODECOV_TOKEN
- other_options: $OPTIONS

2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

bash <(curl -s https://codecov.io/bash) -Z ${other_options}
bash <(curl -s https://codecov.io/bash) -Q "bitrise-step" -Z ${other_options}

0 comments on commit 3b298fe

Please sign in to comment.