-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
The runtime project is transitioning from Klocwork to Coverity for static code analysis. This issue tracks the number of remaining Coverity issues on a semi-regular basis. The initial goal is to reduce the number of Coverity issues to zero and fail the Coverity workflow with a non-zero exit status on new issues. So far all Coverity issues could be addressed through reasonable code changes that fix potential bugs and/or improve code quality.
When updating this issue, attach a copy of the zip file from the Coverity workflow artifacts for archival, since artifacts are purged after some time.
To count issues, take the number of blank lines and divide by 2:
echo "scale=0; $(grep -c '^$' cov-errors.txt) / 2" | bc -l
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working