Static analysis of the code
This action runs Coverity’s analysis tools on the source code. These tools check for resource leaks, potential NULL dereferences and much more.
This is a free service for open source, but limited to 2 scans per day.
Learn more about Coverity
See, How to build NeoMutt
Steps:
Key | Description | Details |
---|---|---|
Trigger | Schedule | Mondays at 3am |
Trigger | Workflow (manual) | https://github.com/neomutt/neomutt/actions/workflows/coverity.yml |
Uses | GitHub’s upload artifacts action | https://github.com/actions/upload-artifact |
Uses | Simen Bekkhus’ cpu-cores action | https://github.com/SimenB/github-actions-cpu-cores |
Runs-on | ubuntu-latest | neomutt/ubuntu |
Description | Location |
---|---|
Action | https://github.com/neomutt/neomutt/blob/main/.github/workflows/coverity.yml |
Action Logs | https://github.com/neomutt/neomutt/actions/workflows/coverity.yml |
Source Code | https://github.com/neomutt/neomutt |
Results | Static Analysis |