Skip to content

Commit

Permalink
chore: specify files for codecov-action
Browse files Browse the repository at this point in the history
Signed-off-by: Samppa Saarela <samppa.saarela@iki.fi>
  • Loading branch information
ssaarela committed Oct 3, 2023
1 parent ed4f9f9 commit ac501fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- run: yarn test --coverage
- uses: codecov/codecov-action@v3
with:
files: './coverage/clover.xml'
name: v-validation # optional
fail_ci_if_error: true # optional (default = false)

0 comments on commit ac501fb

Please sign in to comment.