We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491cddb commit 1c107d2Copy full SHA for 1c107d2
2 files changed
.github/workflows/build.yml
@@ -207,6 +207,11 @@ jobs:
207
token: ${{ github.token }}
208
tag: ${{ env.PKG_VERSION }}
209
writeToFile: false
210
+
211
+ - name: Prepare Coverage Action
212
+ if: ${{ github.event.inputs.skiptests == 'false' }}
213
+ working-directory: ./dev/coverage-action
214
+ run: npm install
215
216
- name: Process Coverage Stats + Chart
217
id: covprocess
dev/coverage-action/action.yml
@@ -36,7 +36,7 @@ outputs:
36
description: Changelog with headers prepended and coverage stats + chart appended
37
runs:
38
using: 'node16'
39
- main: 'dist/index.js'
+ main: 'index.js'
40
branding:
41
icon: layers
42
color: red
0 commit comments