Skip to content

Instantly share code, notes, and snippets.

@ferPrieto
Created May 18, 2023 07:29
Embed
What would you like to do?
Set code coverage percentages, using envman
envman add --key PR_BRANCH_CODE_COVERAGE --value $CURRENT_COVERAGE
envman add --key MASTER_BRANCH_CODE_COVERAGE --value $MASTER_BRANCH_CODE_COVERAGE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment