Major fixes and new features
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
venv/lib/python3.12/site-packages/coverage/__main__.py
Normal file
12
venv/lib/python3.12/site-packages/coverage/__main__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
|
||||
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
|
||||
|
||||
"""Coverage.py's main entry point."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
||||
from coverage.cmdline import main
|
||||
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user