This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
depot_tools
mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools
Watch
1
Star
0
Fork
You've already forked depot_tools
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11f53d6949
depot_tools
/
third_party
/
coverage
/
__main__.py
5 lines
100 B
Python
Raw
Blame
History
"""
Coverage.py
'
s main entry point.
"""
import
sys
from
coverage
.
cmdline
import
main
sys
.
exit
(
main
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink