gpt4 book ai didi

code-coverage - 工作服不适用于 Appveyor

转载 作者:行者123 更新时间:2023-12-01 13:41:05 27 4
gpt4 key购买 nike

我使用“appveyor 工具”来构建项目,使用“coveralls 工具”来覆盖代码。我的 appveyor.yml 文件如下所示。执行命令时抛出以下错误。

"Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}** Command exited with code 1".

version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
configuration: Release
platform: Any CPU
environment:
COVERALLS_SERVICE_NAME: appveyor
nodejs_version: "0.10"
COVERALLS_REPO_TOKEN:
secure: 6tdds8x61Nm9X9NRdsdsd+hlU0iEyo8g+457eAJTisdhK14SERTfdfS7vsdOp1et+h
build_script: xyz
build:
project: .\Slack.Automation\Promact.ERP.sln
parallel: true
verbosity: minimal
test_script:
- npm test
after_test:
- node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info

所以请给出任何解决方案。

最佳答案

我相信消息Couldn't find a repository matching this job 意味着您正在使用未绑定(bind)到 Coveralls 中任何 repo 的 token 。

请尝试执行以下操作(假设您使用的是 GitHub):

  1. 使用 https://coveralls.io/repos/new 将您的存储库添加到工作服如果你之前没有添加它
  2. 打开https://coveralls.io/github/your_account/your_project/settings并复制 REPO TOKEN
  3. https://ci.appveyor.com/tools/encrypt 加密此 token 并用这个新的加密值替换 COVERALLS_REPO_TOKEN 的安全值

--伊利亚。

关于code-coverage - 工作服不适用于 Appveyor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40215142/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com