File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 5959 - name : Store LCOV Info
6060 uses : actions/upload-artifact@v4
6161 with :
62- name : storybook-static
62+ name : line-coverage-info
6363 path : packages/library/coverage/lcov.info
6464
6565 unit-tests-demo :
@@ -120,21 +120,6 @@ jobs:
120120 json : true
121121 args : --severity-threshold=high --all-projects
122122
123- upload-coverage :
124- runs-on : ubuntu-latest
125- needs : sonarcloud
126- steps :
127- - uses : actions/checkout@v4
128- - uses : actions/setup-node@v4
129- with :
130- node-version : 22
131- cache : ' npm'
132- - run : npm install
133- - uses : actions/upload-artifact@v4
134- with :
135- name : coverage-report
136- path : packages/library/coverage/lcov.info
137-
138123 deploy-storybook :
139124 runs-on : ubuntu-latest
140125 needs : [sonarcloud, snyk]
You can’t perform that action at this time.
0 commit comments