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 8b583ef commit 7d9639fCopy full SHA for 7d9639f
.circleci/config.yml
@@ -133,7 +133,7 @@ jobs:
133
- run:
134
name: Run Alpine binary -f (dry run)
135
command: |
136
- out/codecov-alpine -f /root/project/coverage-alpine/cobertura-coverage.xml -F alpine -d -Z -e CIRCLE_BRANCH >> output_alpine.txt
+ NODE_DEBUG=vm out/codecov-alpine -f /root/project/coverage-alpine/cobertura-coverage.xml -F alpine -d -Z -e CIRCLE_BRANCH >> output_alpine.txt
137
138
name: Run Alpine binary auto-detect (dry run)
139
0 commit comments