Coverity and "Your Phonations / TravisTest Analysis Request Failed"

I am trying to add static static static to my Qt Mac project, but I cannot imagine the assembly using travis.

Here is my special travis setting for coverage:

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 

And here is the result that I received in the mail:

 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 

There is no specific explanation for MacOS in the documentation. Does anyone have an idea how to ship it?

+7
qt code-analysis travis-ci macos coverity
source share

No one has answered this question yet.

See related questions:

5
Run cover scan for each Travis pull request
5
Setting scan scan?
4
Coverity OpenSource Scan: failed to load tar file
2
TravisCI / Coverity: Warning - no files
one
"Last Build Status: Failed" after loading the assembly for analysis
one
How to configure coverage scanning on GitHub using TravisCI?
one
Invalid project coverage scan error
0
Coverage: assembly capture percentage is undesirable 0%
0
Coverage scan when building a docker container
0
Coverity tool does not work in freebsd 10.1 OS, paying attention to warnings

All Articles