164.diff (617B)
1 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml 2 index fc12841..3dae951 100644 3 --- a/.github/workflows/storybook-tests.yml 4 +++ b/.github/workflows/storybook-tests.yml 5 @@ -39,7 +39,7 @@ jobs: 6 - name: Setup LCOV 7 uses: hrishikesh-kadam/setup-lcov@v1 8 - name: Report code coverage 9 - uses: zgosalvez/github-actions-report-lcov@v3 10 + uses: zgosalvez/github-actions-report-lcov@v4 11 with: 12 coverage-files: coverage/storybook/lcov.info 13 # TODO: We want to later on reach 80-90% coverage but for now we allow any coverage