We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76aeb9b commit f9ad58cCopy full SHA for f9ad58c
.github/workflows/run-on-pr.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: add to codecov
37
run: |
38
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'
+ ci_env=`bash <(curl -s https://codecov.io/env)`
40
docker run $ci_env --rm -v `pwd`:/home:rw mew-build-container /bin/bash -c "npm run codecov"
41
42
- name: upload to codecov
0 commit comments