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 583947a commit 58594e9Copy full SHA for 58594e9
.evergreen.yml
@@ -143,9 +143,22 @@ functions:
143
shell: bash
144
script: |
145
set -e
146
+ {
147
export NODE_JS_VERSION=${node_js_version}
148
source .evergreen/.setup_env
149
npm run test-ci
150
+ echo "Creating coverage tarball..."
151
+ tar cvzf coverage.tgz coverage
152
+ }
153
+ - command: s3.put
154
+ params:
155
+ aws_key: ${aws_key}
156
+ aws_secret: ${aws_secret}
157
+ local_file: src/coverage.tgz
158
+ remote_file: mongosh/binaries/${revision}/${revision_order_id}/coverage-${build_variant}.tgz
159
+ bucket: mciuploads
160
+ permissions: public-read
161
+ content_type: application/x-gzip
162
test_vscode:
163
- command: shell.exec
164
params:
0 commit comments