We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf5b11 commit 51ebbc0Copy full SHA for 51ebbc0
helpers.sh
@@ -442,8 +442,6 @@ export_coveralls_data() {
442
local service_pull_request=""
443
local url="unknown"
444
445
- pushd "${SMALLTALK_CI_BUILD}" > /dev/null
446
-
447
if ! grep -q "#coverage" "${config_ston}"; then
448
return 0 # Coverage data not needed
449
fi
@@ -522,9 +520,6 @@ export_coveralls_data() {
522
520
}
523
521
524
EOL
525
526
527
-popd > /dev/null
528
529
530
upload_coveralls_results() {
0 commit comments