Skip to content

Commit c6c89e0

Browse files
committed
chore(ci): storing lcov files in release workflow for sonar
1 parent 8c4f82a commit c6c89e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: 'npm'
2828
- run: npm install
2929
- run: npm run build-storybook --workspace=@tomplum/react-git-log-demo
30-
- name: Upload Storybook build artifacts
30+
- name: Store Storybook Statics
3131
uses: actions/upload-artifact@v3
3232
with:
3333
name: storybook-static
@@ -56,6 +56,11 @@ jobs:
5656
- run: npm install
5757
- run: npm run test:unit:ci --workspace=@tomplum/react-git-log
5858
working-directory: packages/library
59+
- name: Store LCOV Info
60+
uses: actions/upload-artifact@v3
61+
with:
62+
name: storybook-static
63+
path: packages/library/coverage/lcov.info
5964

6065
unit-tests-demo:
6166
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)