Skip to content

Commit

Permalink
ci: try only specifying storybook coverage for codecov to see if it's…
Browse files Browse the repository at this point in the history
… not merging reports correctly
  • Loading branch information
nerdyman committed Sep 9, 2023
1 parent 057b007 commit 02f5f29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,17 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
directory: ./coverage
files: ./coverage/storybook/lcov.info

- name: Upload Code Climate Test Coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: '${{ secrets.CC_TEST_REPORTER_ID }}'
with:
debug: true
coverageLocations: |
${{github.workspace}}/coverage/ssr-tests/*.info:lcov
${{github.workspace}}/coverage/storybook/*.info:lcov
- uses: preactjs/compressed-size-action@v2
with:
Expand Down

0 comments on commit 02f5f29

Please sign in to comment.