sidebar.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:rekit-sublime 作者: supnate 项目源码 文件源码
def run(self, paths = []):
    p = get_path(paths)
    rekitRoot = get_rekit_root(p)
    reportType = ''
    if is_app_test_folder(p):
      reportType = 'app'
    elif is_cli_test_folder(p):
      reportType = 'cli'
    reportPath = os.path.join(rekitRoot, 'coverage', reportType, 'lcov-report/index.html')
    webbrowser.open('file://' + reportPath)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号