Simplecov 没有在 gitlab 中以正确的格式生成报告
Posted
技术标签:
【中文标题】Simplecov 没有在 gitlab 中以正确的格式生成报告【英文标题】:Simplecov not generating reports in gitlab in proper format 【发布时间】:2021-08-23 23:20:07 【问题描述】:我在 gitlab 中使用 simplecov 为我的 ruby 项目生成测试报告。报告已成功生成,但输出格式不正确。在我的本地主机中,它以正确的格式生成输出。知道为什么会这样吗? 这是我的 gitlab-ci.yml 步骤的样子:
rspec:
stage: rspec
script:
- bundle exec rspec
allow_failure: false
artifacts:
name: test_report
paths:
- coverage/index.html
when: always
【问题讨论】:
【参考方案1】:SimpleCov 除了 index.html 之外还会生成一堆文件,我猜也有一些样式,所以可能你可以尝试将文件夹添加到 gitlab 工件中,而不是只添加 index.html
【讨论】:
当我添加整个覆盖文件夹而不是仅仅 index.html 时它工作了以上是关于Simplecov 没有在 gitlab 中以正确的格式生成报告的主要内容,如果未能解决你的问题,请参考以下文章
Simplecov gem 使用过时的 lockfile 布尔参数