Skip to content

Commit

Permalink
Merge pull request #2318 from devitocodes/codecov-docker
Browse files Browse the repository at this point in the history
deps: prevent codecov error on local docker
  • Loading branch information
mloubout authored Feb 20, 2024
2 parents c755cd0 + 427eb00 commit 2f27c9d
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 2f27c9d

Please sign in to comment.