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 Jan 14, 2025
1 parent b0ffe8f commit 558e17f
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 @@ -31,6 +31,7 @@
],
entry_points={
"console_scripts": [
"codecov = codecov_cli.main:run",
"codecovcli = codecov_cli.main:run",
],
},
Expand Down

0 comments on commit 558e17f

Please sign in to comment.