Skip to content

Commit

Permalink
fix coverage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Sep 26, 2024
1 parent b297d0b commit cbf6d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
with:
fail_ci_if_error: true
name: ${{ matrix.runtime.name }}-${{ matrix.os }}
files: dist/coverage/${{ matrix.module }}/cov.lcov
files: dist/coverage/${{ matrix.runtime.name }}/cov.lcov
flags: ${{ matrix.runtime.name }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cbf6d67

Please sign in to comment.