Skip to content

Commit

Permalink
ci: set paths to each coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Sep 9, 2023
1 parent 7c92589 commit 5238fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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
directory: ./coverage
files: coverage/ssr-tests/lcov.info,coverage/storybook/lcov.info

- uses: preactjs/compressed-size-action@v2
with:
Expand Down

0 comments on commit 5238fcc

Please sign in to comment.