Skip to content
Discussion options

You must be logged in to vote

The exit code is what the command returns on the shell. You can access the exit code by typing $? right after running pycobertura, it's the syntax for getting the exit code of the last command run.

pycobertura ...
PYCOBERTURA_EXIT_CODE=$?
echo $PYCOBERTURA_EXIT_CODE

Let me know if that answers your questions.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pkwiatkowski0
Comment options

@aconrad
Comment options

Answer selected by pkwiatkowski0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants