Coverity Static Analysis Support
I'm enjoying all these SAS offerings around CI including AppVeyor as a CI server. I'm looking at automating the coverity static analysis scan into my build process, as seen here: https://scan.coverity.com/
Looks pretty easy to automate, the only issue is getting it onto the server. since its 1GB work of application(!) no chance im getting it in there the way i do with Chocolatey or Nuget currently. Is this something that can be made available by you guys? In terms of build script to run the process and upload the results to Coverity, that part seem pretty straight forward and Im sure I can get that working easy enough. It would be great to have that as part of my AppVeyor build when I do. Based on their integration with travis ci submitting on every build is not recommended, but just having the CI produce the artifact for my to upload periodically, or using their branch strategy would be nice.
Some relevant links:
https://scan.coverity.com/download?tab=csharp
https://scan.coverity.com/travis_ci
Thanks
Mark
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 15 Dec, 2014 05:35 PM
Will take a look, thanks for the links!
2 Posted by Patrik Svensson on 12 Feb, 2015 03:13 PM
I would also be interested of having Coverity available on the build agent :)
Support Staff 3 Posted by Feodor Fitsner on 12 Feb, 2015 11:23 PM
Hi Patrick,
Could you please drop a link with more details about what should be done to support it on build workers?
-Feodor
4 Posted by Jérémie Bertran... on 14 Feb, 2015 09:47 AM
Here is a great blog post which describe the steps to integrate Coverity Scan with AppVeyor: http://arkfps.github.io/2015/01/07/using-coverity-scan-with-appveyor/
Support Staff 5 Posted by Feodor Fitsner on 16 Feb, 2015 04:30 AM
Nice, thanks. I've added a new issue: https://github.com/appveyor/ci/issues/144
6 Posted by Mark Clearwater on 04 Mar, 2015 06:50 PM
Thanks for adding Coverity Scan to the build server, and linking to the blog. I was so inspired I made a little console utility.
Check out https://www.nuget.org/packages/PublishCoverity and let me know what you think.
https://github.com/csmacnz/coveritypublisher
Support Staff 7 Posted by Feodor Fitsner on 04 Mar, 2015 07:03 PM
Thank you!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:54 AM.