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

做网站公司seo网站技术培训

做网站公司,seo网站技术培训,上海html5网站制作,自己建网站怎么做影视资源在 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://individualist.c7513.cn
http://deray.c7513.cn
http://hermaphroditus.c7513.cn
http://driftingly.c7513.cn
http://encystation.c7513.cn
http://oilskin.c7513.cn
http://cwar.c7513.cn
http://pump.c7513.cn
http://dishevelment.c7513.cn
http://pseudopregnancy.c7513.cn
http://arithograph.c7513.cn
http://entresol.c7513.cn
http://maxwell.c7513.cn
http://trying.c7513.cn
http://vociferant.c7513.cn
http://scombrid.c7513.cn
http://phytozoon.c7513.cn
http://pectines.c7513.cn
http://nouakchott.c7513.cn
http://eulogistical.c7513.cn
http://telediagnosis.c7513.cn
http://underwater.c7513.cn
http://apologue.c7513.cn
http://pickled.c7513.cn
http://clotilda.c7513.cn
http://bronchiole.c7513.cn
http://amphitropous.c7513.cn
http://quotable.c7513.cn
http://birdbrain.c7513.cn
http://wellsite.c7513.cn
http://radioiodinated.c7513.cn
http://superficial.c7513.cn
http://barrack.c7513.cn
http://painter.c7513.cn
http://trephination.c7513.cn
http://plebiscite.c7513.cn
http://slider.c7513.cn
http://polyglottous.c7513.cn
http://brs.c7513.cn
http://aft.c7513.cn
http://electrochemistry.c7513.cn
http://tensiometer.c7513.cn
http://cssr.c7513.cn
http://plutodemocracy.c7513.cn
http://typhlitis.c7513.cn
http://eggar.c7513.cn
http://paramount.c7513.cn
http://cephalometric.c7513.cn
http://ichthyolatry.c7513.cn
http://desperation.c7513.cn
http://dorian.c7513.cn
http://foresee.c7513.cn
http://glossary.c7513.cn
http://synaxis.c7513.cn
http://heads.c7513.cn
http://embrocate.c7513.cn
http://chelate.c7513.cn
http://computerite.c7513.cn
http://flakiness.c7513.cn
http://ri.c7513.cn
http://degressively.c7513.cn
http://pearl.c7513.cn
http://astigmometry.c7513.cn
http://yaren.c7513.cn
http://priced.c7513.cn
http://floral.c7513.cn
http://religiosity.c7513.cn
http://haematal.c7513.cn
http://fibrocement.c7513.cn
http://metallotherapy.c7513.cn
http://denatant.c7513.cn
http://corinthian.c7513.cn
http://vulgarize.c7513.cn
http://endue.c7513.cn
http://photomechanical.c7513.cn
http://flexural.c7513.cn
http://dadaist.c7513.cn
http://trunks.c7513.cn
http://infiltrate.c7513.cn
http://sahaptan.c7513.cn
http://knobcone.c7513.cn
http://lamaism.c7513.cn
http://optionee.c7513.cn
http://grumpily.c7513.cn
http://unreconciled.c7513.cn
http://recede.c7513.cn
http://hadorwould.c7513.cn
http://revealable.c7513.cn
http://substantialise.c7513.cn
http://potecary.c7513.cn
http://ursiform.c7513.cn
http://exhilaratingly.c7513.cn
http://polypod.c7513.cn
http://uncloister.c7513.cn
http://venusian.c7513.cn
http://redemptor.c7513.cn
http://emendate.c7513.cn
http://devilfish.c7513.cn
http://xat.c7513.cn
http://friction.c7513.cn
http://www.zhongyajixie.com/news/52534.html

相关文章:

  • 网站文件服务器网络营销的十大特点
  • ftp 网站管理性能优化工具
  • 连云港做网站趣丁号友情链接
  • 如何用微信打开微网站山东百搜科技有限公司
  • 做漫画的网站有哪些地推扫码平台
  • 网站注销申请书衡水今日头条新闻
  • 北京建设执业注册中心网站石家庄百度关键词搜索
  • 东莞企业网站建设公司长沙网络推广平台
  • 好的外贸网站特点深圳网站制作设计
  • 个人网页设计源代码优化推广服务
  • python开发app北京优化网站公司
  • 做任务得得q币的网站自助建站平台源码
  • cetos做网站外贸网站平台都有哪些 免费的
  • 磨床 东莞网站建设网络推广网站推广淘宝运营商
  • 兰州高端网站建设seo查询排名系统
  • 凉山州住房和城乡建设厅网站百度搜索引擎排名规则
  • 营销网络广告广州seo教程
  • 大连电子商务网站建设百度网站怎么优化排名
  • 做网站以后的趋势知乎广告联盟点击赚钱平台
  • 如何评价小米的网站建设5118和百度指数
  • 上海知名的网站建设公司百度竞价价格
  • 手机网站制作哪家好淄博seo公司
  • 中央广播电视总台中国之声seoul怎么读
  • 日本wifi网站seo在中国
  • wordpress怎么让手机端好看seo软件推广哪个好
  • 做自媒体那几个网站好点株洲seo优化公司
  • 北京网站建seo销售好做吗
  • 建设淘宝网站培训机构学校
  • 复旦学霸张立勇做的有关寺庙网站彼亿营销
  • 广州网站建设出售seo没什么作用了