Skip to content

Commit 41dce2a

Browse files
nbbeekendurran
andauthored
chore: fix coverage downloading perf results (#4501)
Co-authored-by: Durran Jordan <[email protected]>
1 parent 85124c2 commit 41dce2a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen/config.in.yml

+1
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ functions:
650650
# compression tests.
651651
aws s3 cp --recursive s3://mciuploads/mongo-node-driver/${revision}/${version_id}/ \
652652
coverage/ \
653+
--exclude "results.*.json" \
653654
--exclude "*rhel80-large*" \
654655
--include "*fermiun"
655656

.evergreen/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ functions:
576576
# compression tests.
577577
aws s3 cp --recursive s3://mciuploads/mongo-node-driver/${revision}/${version_id}/ \
578578
coverage/ \
579+
--exclude "results.*.json" \
579580
--exclude "*rhel80-large*" \
580581
--include "*fermiun"
581582

0 commit comments

Comments
 (0)