commit ecdf9106199a58e2bb52daddfd547795f38a59cb
parent 538ace64cbfafede553f42f622ec5bd0c629043a
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 16 May 2023 16:40:21 +0200
Install coverage tools
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml
@@ -33,6 +33,8 @@ jobs:
"echo \"Starting test\" && npx wait-on -l tcp:127.0.0.1:6006 && npm run test-storybook -- --coverage --browsers firefox chromium"
- name: Build lcov.info
run: npx nyc report --reporter=lcov -t coverage/storybook --report-dir coverage/storybook
+ - name: Setup LCOV
+ uses: hrishikesh-kadam/setup-lcov@v1
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v3
with: