Skip to content

Commit 51ebbc0

Browse files
committed
Revert "fix: change directory for Coveralls report"
This reverts commit 6995813.
1 parent adf5b11 commit 51ebbc0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

helpers.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,6 @@ export_coveralls_data() {
442442
local service_pull_request=""
443443
local url="unknown"
444444

445-
pushd "${SMALLTALK_CI_BUILD}" > /dev/null
446-
447445
if ! grep -q "#coverage" "${config_ston}"; then
448446
return 0 # Coverage data not needed
449447
fi
@@ -522,9 +520,6 @@ export_coveralls_data() {
522520
}
523521
}
524522
EOL
525-
526-
527-
popd > /dev/null
528523
}
529524

530525
upload_coveralls_results() {

0 commit comments

Comments
 (0)