Skip to content

Commit 286b079

Browse files
[DEBUG] more tricks to fool deepsource hacks. does it work now?
1 parent f6188e5 commit 286b079

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
@@ -245,7 +245,7 @@ elif [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
245245
if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
246246
# ref: https://docs.deepsource.com/docs/analyzers-test-coverage#setup-test-coverage
247247
printf "::group::%s\n" "Running ./ds-cli.sh" ;
248-
{ sh ./ds-cli.sh ;} || EXIT_CODE=$? ; wait ;
248+
time { cat ./ds-cli.sh | sh ;} || EXIT_CODE=$? ; wait ;
249249
printf "::endgroup::\n" ;
250250
if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
251251
printf "::debug::%s\n" "Checking for DeepSource CLI" ;
@@ -298,4 +298,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
298298
exit ${EXIT_CODE:-255} ;
299299

300300
# This file's code hash:
301-
f655d5970127b38f5066a87c0ecbc9f413fe899816f7695b24b99eedae25e5c44ee278e9d394613db7d4d4b1b6a567c6 -
301+
c7f8f4f1cf337ce97fe32916af5507aa252f7ec441eb6105fcf3fe32d5463994e8889539cff613f5dfff802324fb0bc0 -

0 commit comments

Comments
 (0)