Skip to content

Commit

Permalink
Revert "fix: change directory for Coveralls report"
Browse files Browse the repository at this point in the history
This reverts commit 6995813.
  • Loading branch information
fniephaus committed Feb 19, 2024
1 parent adf5b11 commit 51ebbc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,6 @@ export_coveralls_data() {
local service_pull_request=""
local url="unknown"

pushd "${SMALLTALK_CI_BUILD}" > /dev/null

if ! grep -q "#coverage" "${config_ston}"; then
return 0 # Coverage data not needed
fi
Expand Down Expand Up @@ -522,9 +520,6 @@ export_coveralls_data() {
}
}
EOL


popd > /dev/null
}

upload_coveralls_results() {
Expand Down

0 comments on commit 51ebbc0

Please sign in to comment.