【发布时间】:2021-02-10 21:40:23
【问题描述】:
我遵循了这个设置指南:Integrating with coveralls.io 这对于使用工作服和纽约市的 Travis-CI 来说是完美的。但最近在迁移到 GitHub Actions 时,该步骤开始失败并出现以下错误:
> js-big-decimal@1.3.3 coverage /home/runner/work/js-big-decimal/js-big-decimal
> nyc report --reporter=text-lcov | coveralls
/home/runner/work/js-big-decimal/js-big-decimal/node_modules/coveralls/bin/coveralls.js:19
throw err;
^
Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
(Use `node --trace-uncaught ...` to show where the exception was thrown)
npm ERR! code ELIFECYCLE
最好的方法是什么?
【问题讨论】:
标签: travis-ci github-actions coveralls