Skip to content

Commit

Permalink
Another attempt on fixing coverity
Browse files Browse the repository at this point in the history
I hope I am in a correct direction at least
  • Loading branch information
ebraminio committed Feb 18, 2018
1 parent 79d0d79 commit 8089711
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ env:
- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2"
- NOCONFIGURE=1
# COVERITY_SCAN_TOKEN
- secure: "MRJtVu/fQoWNwMAamvIJBCX/1SMvEuEUk/ljAif/y2/3syyWgxFGp17UGnDILdoZYyCqTM+jQciY2P0nVqbjjOAUlML4QOAalqw8kPp8iTsnHUe+KOMVrOVP6p6qAQxk1im1O41cCMkmVKvk+NXe/on5euz6LGF2laHZaOAMoes="
- PROJECT_NAME="behdad/harfbuzz" # the project name on coverity
- secure: "Vw1UUHsAr4t3xuvOqqBsFAORptmNcQRrcGJnzSX7jDODBIRNfnU2LIBTagrPNKfSUhyQgCHqt1gX9iWNWvVfy3sDOXr2MXZeoqmF6Y1mS35J0rA/EPJgRHsdkxygkmFnXVeQkEuI55BINkaSoOpAeunmXKJNw1p9JVw368Fm/tU="

matrix:
include:
Expand Down Expand Up @@ -80,7 +79,7 @@ addons:

coverity_scan:
project:
name: harfbuzz/harfbuzz
name: HarfBuzz
version: 1.0
description: HarfBuzz OpenType text shaping engine
notification_email: harfbuzz-bots-chatter@googlegroups.com
Expand Down

6 comments on commit 8089711

@ebraminio
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creating a new project on coverity probably wasn't needed now I think (I probably could just change the project name on coverity_scan section) but well that was set to an old repository address, so maybe a new start is not that bad :)

@pwithnall
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it makes sense to keep the old Coverity scan project, since it’s got all your result history, whitelisting, and statistics. You’d have to do a lot of manual triaging on a new Coverity project to get back to where you were.

@ebraminio
Copy link
Collaborator Author

@ebraminio ebraminio commented on 8089711 Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted on 55a4dfa

Btw, do you know why coverity is down? (or at least what I am seeing here?)

@ebraminio
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also feel free to apply any change you want :)

@pwithnall
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, do you know why coverity is down? (or at least what I am seeing here?)

I don’t know; I don’t work for Coverity. :-) It looks like it’s down for planned maintenance.

@ebraminio
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha I see. Thanks :)

Please sign in to comment.