Skip to content

Commit

Permalink
ci: try only specifying storybook coverage to see if reports are merg…
Browse files Browse the repository at this point in the history
…ing correctly
  • Loading branch information
nerdyman committed Sep 9, 2023
1 parent 02f5f29 commit 0be0b7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
files: ./coverage/storybook/lcov.info
directory: ./coverage

- name: Upload Code Climate Test Coverage
uses: paambaati/codeclimate-action@v5.0.0
Expand All @@ -61,7 +61,6 @@ jobs:
with:
debug: true
coverageLocations: |
${{github.workspace}}/coverage/ssr-tests/*.info:lcov
${{github.workspace}}/coverage/storybook/*.info:lcov
- uses: preactjs/compressed-size-action@v2
Expand Down

0 comments on commit 0be0b7e

Please sign in to comment.