Skip to content

Commit

Permalink
CI: prevent codecov error on local docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Feb 20, 2024
1 parent 1428bbc commit 21ba651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

if [[ -z "${DEPLOY_ENV}" ]]; then
exec "$@"
./codecov -t -t ${CODECOV_TOKEN} -F "${DEVITO_ARCH}-${DEVITO-PLATFORM}"
./codecov -t ${CODECOV_TOKEN} -F "${DEVITO_ARCH}-${DEVITO-PLATFORM}" || echo "no coverage report exported"
else
exec "$@"
fi

0 comments on commit 21ba651

Please sign in to comment.