Skip to content

Commit

Permalink
not uploading core dumps if not failed
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jun 28, 2024
1 parent 4a913a5 commit 0af9a5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ if [[ "$FAILED" -eq 0 ]]; then
# extract coverage data for the source folder of the workspace
lcov --extract /tmp/coverage.removed "$WORKSPACE/src/*" --output-file $ARTIFACT_FOLDER/$REPOSITORY_NAME.info || echo "$0: coverage tracefile is empty"

exit $FAILED

fi

ls /tmp/coredump
Expand Down

0 comments on commit 0af9a5d

Please sign in to comment.