Skip to content

Commit 2a79dd5

Browse files
committed
fix: only upload code coverage results on stable branch
1 parent 00e59bf commit 2a79dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545

4646
- name: Upload coverage to codecov
4747
run: curl -s https://codecov.io/bash | bash
48+
if: matrix.channel == 'stable'
4849
working-directory: packages/${{ matrix.package }}

0 commit comments

Comments
 (0)