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 committed Jul 1, 2024
1 parent a17031a commit 491938c
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 491938c

Please sign in to comment.