Failed to download summaries index for snapshot in Coverity

2.2k views Asked by At

I am unable to run eclipse coverity plugin as it says the snapshot has no summaries data. Is there any workaround for this ?

Update: Now getting

Review the snapshot list in Coverity Connect and enable the"Has Analysis Summaries" column

1

There are 1 answers

2
Mark Robinson On BEST ANSWER

Here's what you need to do

  1. Go in to configuration and enable 'Desktop Analysis' for all streams that you want to use.
  2. Go to your source directory and blow away your intermediate directory.
  3. cov-build --desktop --dir idir <make commands>
  4. cov-analyze and commit as usual
  5. You'll be good to go