File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- helm bumped to ` 3.14.4 `
14
14
- helmfile bumped to ` 0.167.1 `
15
15
- ` build_docs ` now takes a fourth parameter, the version of node to use to build the docs
16
+
17
+ ### Fixed
18
+
19
+ - ` run_app_tests ` now correctly upload code coverage if asked to
Original file line number Diff line number Diff line change @@ -1257,6 +1257,8 @@ run_app_tests() {
1257
1257
# # Run tests
1258
1258
# #
1259
1259
1260
+ pushd " $REPO_DIR /api"
1261
+
1260
1262
use_node " $NODE_VER "
1261
1263
yarn test:server
1262
1264
@@ -1266,6 +1268,8 @@ run_app_tests() {
1266
1268
if [ " $CODE_COVERAGE " = true ]; then
1267
1269
send_coverage_to_cc " $CC_TEST_REPORTER_ID "
1268
1270
fi
1271
+
1272
+ popd
1269
1273
}
1270
1274
1271
1275
# Setup the workspace for a lib project.
You can’t perform that action at this time.
0 commit comments