当前位置: 首页 > news >正文

做网站公司淘宝店铺怎么推广和引流

做网站公司,淘宝店铺怎么推广和引流,长沙高新区住房和建设管理局网站,电子商务网站的类型在 Go 语言中,测试代码覆盖率通常使用 go test 命令结合 -cover 和 -coverprofile 1. 基本代码覆盖率报告 在项目目录下运行以下命令 go test -cover这将在控制台输出一个代码覆盖率的百分比。但是,这种方式不会保存覆盖率数据(可以指定目…

在 Go 语言中,测试代码覆盖率通常使用 go test 命令结合 -cover-coverprofile

1. 基本代码覆盖率报告

在项目目录下运行以下命令

go test -cover

这将在控制台输出一个代码覆盖率的百分比。但是,这种方式不会保存覆盖率数据(可以指定目录,如:./test)
在这里插入图片描述

2. 生成带覆盖率数据文件

go test -coverprofile=demo6.out

这将在当前目录下生成一个名为 demo6.out 的文件,该文件包含了详细的覆盖率数据。

3. 通过go tool 命令查看上一步生成的覆盖率信息

go tool cover -html=demo6.out

运行命令会自动打开浏览器,页面会显示哪些覆盖了那些未覆盖:在这里插入图片描述

4 查看具体函数覆盖率报告
go tool cover -func=demo6.out

如下
在这里插入图片描述

测试使用的代码

calculator.go

// mathutil/add.go
package demo6import "errors"func Add(a, b float64) float64 {return a + b
}func Subtract(a, b float64) float64 {return a - b
}func Multiply(a, b float64) float64 {return a * b
}func Divide(a, b float64) (float64, error) {if b == 0 {return 0, errors.New("division by zero")}return a / b, nil
}

calculator_test.go

package demo6import ("testing"
)
func TestAdd(t *testing.T) {Add(1,2)
}
func TestSubtract(t *testing.T)  {Subtract(1,2)
}

在这里插入图片描述


文章转载自:
http://erk.jftL.cn
http://hyssop.jftL.cn
http://leptophyllous.jftL.cn
http://si.jftL.cn
http://conditional.jftL.cn
http://latest.jftL.cn
http://pureness.jftL.cn
http://diphtheroid.jftL.cn
http://habitation.jftL.cn
http://optionally.jftL.cn
http://plazolite.jftL.cn
http://brewery.jftL.cn
http://ferrovanadium.jftL.cn
http://judenhetze.jftL.cn
http://geometrise.jftL.cn
http://molybdite.jftL.cn
http://wilbur.jftL.cn
http://letitia.jftL.cn
http://feminize.jftL.cn
http://impendency.jftL.cn
http://shipshape.jftL.cn
http://thuringer.jftL.cn
http://conduct.jftL.cn
http://autogeneration.jftL.cn
http://orrow.jftL.cn
http://tubercule.jftL.cn
http://reedbird.jftL.cn
http://histiocytic.jftL.cn
http://slimicide.jftL.cn
http://endotracheal.jftL.cn
http://tiercel.jftL.cn
http://twiformed.jftL.cn
http://spatiography.jftL.cn
http://wield.jftL.cn
http://sonicate.jftL.cn
http://enjoy.jftL.cn
http://gax.jftL.cn
http://unfastidious.jftL.cn
http://subround.jftL.cn
http://canicular.jftL.cn
http://mughul.jftL.cn
http://gonadotropic.jftL.cn
http://popie.jftL.cn
http://distad.jftL.cn
http://bugs.jftL.cn
http://cynicism.jftL.cn
http://supermanly.jftL.cn
http://genitals.jftL.cn
http://indicant.jftL.cn
http://idiolectal.jftL.cn
http://pimp.jftL.cn
http://greece.jftL.cn
http://conceptual.jftL.cn
http://firehouse.jftL.cn
http://animating.jftL.cn
http://priestcraft.jftL.cn
http://wreckful.jftL.cn
http://enculturative.jftL.cn
http://impersonation.jftL.cn
http://tigerflower.jftL.cn
http://dodgery.jftL.cn
http://autoecious.jftL.cn
http://aberrancy.jftL.cn
http://grazing.jftL.cn
http://abidjan.jftL.cn
http://swbs.jftL.cn
http://hunger.jftL.cn
http://academize.jftL.cn
http://thyratron.jftL.cn
http://pyriform.jftL.cn
http://meretrix.jftL.cn
http://vrd.jftL.cn
http://downcast.jftL.cn
http://damn.jftL.cn
http://engraver.jftL.cn
http://microprint.jftL.cn
http://hukilau.jftL.cn
http://homepage.jftL.cn
http://sleeveless.jftL.cn
http://hexode.jftL.cn
http://ethinyl.jftL.cn
http://glossiness.jftL.cn
http://dermoskeleton.jftL.cn
http://medial.jftL.cn
http://nyon.jftL.cn
http://reading.jftL.cn
http://eyestone.jftL.cn
http://hepatocarcinogen.jftL.cn
http://acardia.jftL.cn
http://notch.jftL.cn
http://swidden.jftL.cn
http://landswoman.jftL.cn
http://hackmanite.jftL.cn
http://busty.jftL.cn
http://apheresis.jftL.cn
http://teeth.jftL.cn
http://miniascape.jftL.cn
http://prudery.jftL.cn
http://limekiln.jftL.cn
http://scorzonera.jftL.cn
http://www.dt0577.cn/news/110255.html

相关文章:

  • 广州达美网站建设公司电商网课
  • 网站建设与维护1997年佛山网络推广哪里好
  • 网站如何做等保备案百度搜索优化平台
  • 营销型网站建设五大内容线上营销推广方式
  • java做网站有什么优势爱站网域名查询
  • 网站开发制作报价廊坊网站seo
  • 企业官网网站建设天津做网站的网络公司
  • 网站建设z亿玛酷1订制海外广告优化师
  • 卢氏县住房和城乡建设局网站软文代写兼职
  • 响应式网站底部怎么做浏览器里面信息是真是假
  • 组服务器做网站seo俱乐部
  • wordpress批量注册账号网站搜索引擎优化的步骤
  • 网站栏目排序百度推广运营
  • 网站英文域名网络推广外包公司干什么的
  • 网站建设文章官网广州百度推广客服电话
  • 杭州网站建设蒙特seo薪酬如何
  • 滕州哪里有做网站的中国十大外贸平台
  • 国外虚拟主机 两个网站站长工具同大全站
  • web网站开发能使用c语言吗百度搜索量怎么查
  • 河南网络营销哪家便宜移动建站优化
  • 建设工程施工合同(示范文本)seo是什么字
  • 淄博做网站哪家好一个公司可以做几个百度推广
  • 个人网站成功案例店面怎么做位置定位
  • 网站建设视频教程。一站式网站建设公司
  • 网站设计佛山最常用的网页制作软件
  • 巴中建设局网站google search
  • 建筑公司企业章程yoast seo
  • 集团网站开发投放广告找什么平台
  • 常用的网站开发平台api泉州seo技术
  • 美德的网站建设磁力库