Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...


Warning
titleWarning!

Major Coverity Scan service upgrade is in progress - the service may go offline or read-only.


Section


Column


Info
iconfalse
titleTOC

Table of Contents



Column

Coverity Scan results

aaf/authz



aaf/cadi



clamp



multicloud/k8s


Note

Golang support might will be ported from commercial Coverity tool to Coverity Scan service later.



multicloud/openstack



policy/apex-pdp



policy/engine



portal



sdc



sdc/dcae-d/dt-be-property



sdc/dcae-d/fe



so





...

  1. Open Coverity Scan page for your project. You can either use Coverity Scan projects search or find a direct link on appropriate Jenkins job page:
  2. If you have not been added to the project on Coverity Scan service yet:
    1. Click on "Add me to project" and fill the form:

    2. Wait till the project administrators grant you appropriate permissions.
  3. Click on "View Defects":

Reference Coverity defect ID in commit message

...

  1. Go to "Triage" section on the right panel of "View Defects" page.
  2. Set "Action" to "Ignore" and "Apply".

Disable Findbugs defects

If you have "Maintainer/Owner" permissions for a project:

  1. Go to "Project Setting" tab on project page and click "Edit".
  2. Check "Exclude Findbugs™ Defects" .

Disable tests analysis

Modify "mvn-params" attribute of appropriate Jenkins job to skip build of the tests:

Code Block
languageyml
themeRDark
- project:
    name: 'so-coverity'
    mvn-params: '-Dmaven.test.skip=true'
    ...

Anchor
analysed-files-list
analysed-files-list
List all files of a project analysed by Coverity Scan

See "coverity-scan-analysed-files.log.gz" file in archived Jenkins build artifacts.

Overview Coverity Scan build logs

See "cov-int/build-log.txt.gz" file in archived Jenkins build artifacts.

See also

...