File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -674,9 +674,7 @@ functions:
674
674
# compression tests.
675
675
aws s3 cp --recursive s3://mciuploads/mongo-node-driver/${revision}/${version_id}/ \
676
676
coverage/ \
677
- --exclude "results.*.json" \
678
- --exclude "*rhel80-large*" \
679
- --include "*fermiun"
677
+ --exclude "results.*.json"
680
678
681
679
# npx does not recognize the dependency so install it directly.
682
680
npm install @istanbuljs/nyc-config-typescript
Original file line number Diff line number Diff line change @@ -600,9 +600,7 @@ functions:
600
600
# compression tests.
601
601
aws s3 cp --recursive s3://mciuploads/mongo-node-driver/${revision}/${version_id}/ \
602
602
coverage/ \
603
- --exclude "results.*.json" \
604
- --exclude "*rhel80-large*" \
605
- --include "*fermiun"
603
+ --exclude "results.*.json"
606
604
607
605
# npx does not recognize the dependency so install it directly.
608
606
npm install @istanbuljs/nyc-config-typescript
You can’t perform that action at this time.
0 commit comments