Ask HN: 值得再发布一个开源测试覆盖率聚合器吗?
1 分•作者: mmarian•大约 1 个月前
自己搭建 SonarQube 挺麻烦的。Codecov 需要付费许可证,而且用户数量上限是 50 个。虽然也有一些无限制的项目(OpenCov, Covergates),但它们都已停止维护。难道我错过了其他选择吗?
如果没有,我想知道开发一个这样的项目是否值得;用 Go 语言编写,这样易于运行。即使它只是一个基础项目,比如只支持一两种语言(Python 和 JS),真的会有人用吗?我担心团队可能并不关心这个,因为他们通常会直接选择功能更丰富的付费服务。
查看原文
Sonarqube is a hassle to self-host. Codecov requires a license that limits you to 50 users. There are a few no-strings-attached projects (OpenCov, Covergates) but they’re deprecated. Am I missing out any other options?<p>If not, I’m wondering if it’s worth releasing one; written in Go so it’s easy to run. Would people actually adopt it, even if it’s a bare-bones project that, say, only works for one or two languages (Python & JS)? I’m worried it’s not something teams care about, since they just default to a paid service that has more features.