Skip to content

Commit acf5e77

Browse files
committed
fix(github): Update condition for coverage reports upload
1 parent 1560a15 commit acf5e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: pnpm coverage
6464

6565
- name: Upload coverage report
66-
if: matrix.node == '22.x' && matrix.os == 'ubuntu-latest'
66+
if: matrix.node == '22.x'
6767
uses: codecov/codecov-action@v5
6868
with:
6969
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)