Task #779
Automate Coverity scan
Status: | New | % Done: | 0% | |
---|---|---|---|---|
Priority: | Normal | Spent time: | - | |
Assignee: | - | |||
Category: | General | |||
Target version: | ALL | |||
OS: | Arch: |
Description
We actually use coverity as static analysis tool to improve quality of our codebase, and monitor the introduction of new bugs. According to the size of our current codebase, we’re allowed to submit 2 scans/day max and 8 scans/week max.
Scans are actually triggered manually by myself about every 1-2 days with this script, but it might be wise to completely automate this task with a cron job on our server.
A scan requires pull the last code from git, run the script which will compile the code, create some files and send them to coverity for analysis.
History
#1
Updated by Spyhawk almost 5 years ago
- Description updated (diff)