Skip to content

Commit

Permalink
doc: Document Travis CI Coverity integration
Browse files Browse the repository at this point in the history
Update README.devel with information about the Travis CI Coverity
integration.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser committed Apr 29, 2016
1 parent 46952c9 commit 8a02953
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.devel
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ netsniff-ng. The corresponding scan reports can be found here:

https://scan.coverity.com/projects/329

Use the command `make COV_EMAIL=<email> COV_PASSWD=<passwd> coverity' to trigger
a new scan yourself, if you are a project admin.
If you are a project admin, use the command

`make COV_EMAIL=<email> COV_PASSWD=<passwd> coverity'

to trigger a new scan yourself. Alternatively, the Coverity integration of
Travis CI can be used by pushing to the branch 'coverity_scan' to trigger a new
analysis.

0 comments on commit 8a02953

Please sign in to comment.