Skip to content

Commit

Permalink
Merge pull request #221 from brunosmm/master
Browse files Browse the repository at this point in the history
clean: Add name to the command step
  • Loading branch information
josemiguelmelo authored May 27, 2020
2 parents b993c9f + 59d2efe commit 4ac1e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orbs/commands/send_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:

steps:
- run:
name: Upload Coverage Results to Codacy
command: |
export CODACY_REPORTER_VERSION=<< parameters.tool_version >>
export CODACY_PROJECT_TOKEN=<< parameters.project-token >>
Expand Down

0 comments on commit 4ac1e62

Please sign in to comment.