Skip to content

Commit

Permalink
Add additional codecov entrypoint
Browse files Browse the repository at this point in the history
Given that the https://github.com/codecov/codecov-python repository was archived last year and the associated Python package is deprecated, adding `codecov` as en entrypoint would make this Python package's script names more aligned to the other, operating system specific, binary executables which are created from the same code. That would also make life easier for any maintainers who may want to package this project as part of a software distribution like Homebrew.
  • Loading branch information
sgerrand authored Jun 13, 2024
1 parent bd4f749 commit 74ba93c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
],
entry_points={
"console_scripts": [
"codecov = codecov_cli.main:run",
"codecovcli = codecov_cli.main:run",
],
},
Expand Down

0 comments on commit 74ba93c

Please sign in to comment.