Skip to content

Commit f9ad58c

Browse files
committed
fix: 🐛 codecov
1 parent 76aeb9b commit f9ad58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: add to codecov
3737
run: |
3838
git config --global --add safe.directory '*'
39-
ci_env='-e GITHUB_ACTION -e GITHUB_REF -e GITHUB_HEAD_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_RUN_ID'
39+
ci_env=`bash <(curl -s https://codecov.io/env)`
4040
docker run $ci_env --rm -v `pwd`:/home:rw mew-build-container /bin/bash -c "npm run codecov"
4141
4242
- name: upload to codecov

0 commit comments

Comments
 (0)