Run static checks on the code
Coverity is a static analyser – it checks the code for potential problems.
Repos needed:
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:
After analysis, check the results:
If necessary fix any defects that might impact the release.