Skip to content

Commit

Permalink
ci: set explicit paths for codecov coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Sep 23, 2023
1 parent ea6ecfe commit 19da038
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: ${{github.workspace}}/coverage/ssr-tests/*.info:lcov,${{github.workspace}}/coverage/storybook/*.info:lcov

- name: Upload Code Climate Test Coverage
uses: paambaati/codeclimate-action@v5.0.0
Expand Down

0 comments on commit 19da038

Please sign in to comment.