Skip to content

Commit e8d8762

Browse files
committed
chore: fix setup-env
1 parent 9b59aaa commit e8d8762

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.evergreen/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OS_ARCH="$(uname "-m")"
66
export BASEDIR="$PWD/.evergreen"
77
export PATH="$BASEDIR/npm-10/node_modules/.bin:$BASEDIR/node-v$NODE_JS_VERSION-win-x64:/opt/java/jdk16/bin:$PATH"
88

9-
export MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING="$BASEDIR/../../testing/tests-globalconfig.conf"
9+
export MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING="$BASEDIR/../../packages/testing/tests-globalconfig.conf"
1010

1111
export IS_MONGOSH_EVERGREEN_CI=1
1212
export DEBUG="mongodb*,$DEBUG"

.nycrc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
2-
"include": [
3-
"packages/*/src/**",
4-
"scripts/*/src/**",
5-
"configs/*/src/**"
6-
],
2+
"include": ["packages/*/src/**", "scripts/*/src/**", "configs/*/src/**"],
73
"exclude": [
84
"test",
9-
"testing",
5+
"packages/testing",
106
"config",
117
"**/*.d.ts",
128
"**/*.spec.{ts,js,tsx,jsx,cjs,mjs}",

0 commit comments

Comments
 (0)