Skip to content

Commit

Permalink
fix: duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 2, 2024
1 parent a15321b commit 2e282fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions set_do_upload_args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ then
codecov_do_upload_args+=" --git-service ${CODECOV_GIT_SERVICE}"
fi

if [ "$CODECOV_FAIL_ON_ERROR" = "true" ];
then
codecov_do_upload_args+=" --fail-on-error"
fi

if [ "$CODECOV_HANDLE_NO_REPORTS_FOUND" = "true" ];
then
codecov_do_upload_args+=" --handle-no-reports-found"
Expand Down

0 comments on commit 2e282fa

Please sign in to comment.