Macos Coverity和;您的语音分析请求/TravisTest失败”;

Macos Coverity和;您的语音分析请求/TravisTest失败”;,macos,qt,code-analysis,travis-ci,coverity,Macos,Qt,Code Analysis,Travis Ci,Coverity,我正试图添加到我的Qt Mac项目中,但我无法使用travis提交构建 以下是我的coverity特定travis设置: addons: coverity_scan: project: name: Phonations/TravisTest description: Build submitted via Travis CI notification_email: martin@phonations.com build_command_prep

我正试图添加到我的Qt Mac项目中,但我无法使用travis提交构建

以下是我的coverity特定travis设置:

addons:
  coverity_scan:
    project:
      name: Phonations/TravisTest
      description: Build submitted via Travis CI
    notification_email: martin@phonations.com
    build_command_prepend: cov-configure --comptype clangcxx --compiler clang++ --template
    build_command_prepend: qmake QtTest.pro
    build_command: make -j 4
    branch_pattern: coverity
以下是我通过邮件得到的结果:

Your request for analysis of Phonations/TravisTest  is failed.
Analysis status: Failure
    Please fix the error and upload the build again.

    Error details:
    Build uploaded has not been compiled fully. Please fix any compilation error. You may have to run bin/cov-configure as described in the article on Coverity Community. Last few lines of cov-int/build-log.txt should indicate 85% or more compilation units ready for analysis
    For more detail explanation on the error, please check: https://communities.coverity.com/message/4820

    If your build process isn't going smoothly, email us at scan-admin@coverity.com
    with your cov-int/build-log.txt file attached for assistance, or post your issue
    to the Coverity Community at https://communities.coverity.com/community/scan-(open-source)/content

文档中没有真正针对MacOS的解释。有人知道如何提交吗?

我试图通过您的GitHub帐户提交?请将您尝试使用TravisCI编译/上载的项目发布到Coverity Scan。我刚刚触发了一个新版本,它现在似乎正在工作:(github链接:)事实上,它在我的测试项目(TravisTest)上运行正常,但在我的主项目()上失败: