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
Steps:
Key | Description | Details |
---|---|---|
Trigger | Schedule | Mondays at 3am |
Trigger | Workflow (manual) | https://github.com/neomutt/neomutt/actions/workflows/coverity.yml |
Uses | GitHub’s checkout action | https://github.com/actions/checkout |
Runs-on | ubuntu-latest | neomutt/docker-build |
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 |