8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6018df7 commit 193421cCopy full SHA for 193421c
action.yml
@@ -147,14 +147,10 @@ inputs:
147
description: 'Directory in which to execute codecov.sh'
148
required: false
149
150
-steps:
151
- - run:
152
- name: Upload to Codecov
153
- command: <<include(scripts/dist/codecov.sh)>>
154
- when: << parameters.when >>
155
branding:
156
color: 'red'
157
icon: 'umbrella'
+
158
runs:
159
using: "composite"
160
steps:
@@ -180,7 +176,7 @@ runs:
180
176
fi
181
177
182
178
- name: Upload coverage to Codecov
183
- run: ./dist/codecov.sh
179
+ run: ${GITHUB_ACTION_PATH}/dist/codecov.sh
184
shell: bash
185
working-directory: ${{ inputs.working-directory }}
186
env:
0 commit comments