Skip to content

Commit 90d9316

Browse files
[DEBUG] WTF is going on with deepsource. it is still broken here.
1 parent 58f427c commit 90d9316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fetch_cc-test-reporter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ elif [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
251251
if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
252252
# ref: https://docs.deepsource.com/docs/analyzers-test-coverage#setup-test-coverage
253253
printf "::group::%s\n" "Running ./ds-cli.sh" ;
254-
time { cat ./ds-cli.sh | sh ;} || EXIT_CODE=$? ; wait ;
254+
time { cat ./ds-cli.sh | sh ;} ; wait ;
255255
printf "::endgroup::\n" ;
256256
if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
257257
printf "::debug::%s\n" "Checking for DeepSource CLI" ;
@@ -304,4 +304,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
304304
exit ${EXIT_CODE:-255} ;
305305

306306
# This file's code hash:
307-
bee43a56d600679736436b75cc9957dd2b6c14045498772a4c5e919449a74088a48c155ff70072be0ae5a268aa854bfe -
307+
b444b5d3e9093ee01e78a8fe991e60d0f6d48218fbb13cf8d3e6d06705a4289a7def2fcfe44758328c76572633cfd4ad -

0 commit comments

Comments
 (0)