Coverity

Run static checks on the code

Coverity is a static analyser – it checks the code for potential problems.

Repos needed:

Install

To check the code, first create a [coverity] branch in the neomutt repo and push it to GitHub.

../management/travis/coverity-install.sh
git push --force --set-upstream origin coverity

Check the results of the build:

Review Defects

After analysis, check the results:

If necessary fix any defects that might impact the release.

Search by Algolia