Skip to content

Commit

Permalink
Update codecov_cli/commands/report.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
  • Loading branch information
joseph-sentry and thomasrockhu-codecov committed May 9, 2024
1 parent 85c2a2a commit 4fbd6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov_cli/commands/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"--pr",
"--pull-request-number",
"pull_request_number",
help="Deprecated option, this option has no effect on the execution of this command anymore. Specify the pull request number mannually. Used to override pre-existing CI environment variables",
help="[Deprecated], this option has no effect on the execution of this command anymore. Specify the pull request number mannually. Used to override pre-existing CI environment variables",
cls=CodecovOption,
fallback_field=FallbackFieldEnum.pull_request_number,
)
Expand Down

0 comments on commit 4fbd6ec

Please sign in to comment.