Skip to content

Commit 13db56a

Browse files
committed
fix
1 parent bba17c3 commit 13db56a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-validation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
componentName: broadcastjs
3737
publishArtifact: false
3838
testCommand: 'test:ci'
39-
publishCodeCov: ${{github.event_name == 'pull_request'}}
39+
publishCodeCov: true
4040
artifactlocation: '${{ github.workspace }}/dist'
41+
secrets:
42+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4143

4244

4345

0 commit comments

Comments
 (0)