Skip to content

Commit 5cc1111

Browse files
committed
Add additional codecov entrypoint
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.
1 parent 8963404 commit 5cc1111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
],
3232
entry_points={
3333
"console_scripts": [
34+
"codecov = codecov_cli.main:run",
3435
"codecovcli = codecov_cli.main:run",
3536
],
3637
},

0 commit comments

Comments
 (0)