Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 22befb4

Browse files
committed
Remove version test
Signed-off-by: joseph-sentry <[email protected]>
1 parent a0d4ede commit 22befb4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_codecov_cli.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
from codecov_cli import __version__, main
2-
3-
4-
def test_version():
5-
assert __version__ == "0.1.0"
1+
from codecov_cli import main
62

73

84
def test_existing_commands():

0 commit comments

Comments
 (0)