diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-04-29 15:48:34 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-04-29 16:15:52 +0200 |
commit | 8a02953bd666fb4b6437cfe272c321b0b6023848 (patch) | |
tree | d890aa95a327350e68e02998ef9ea9e843f8d1a1 /README.devel | |
parent | 46952c9e60d7e116a7072a13c6590130eacbd423 (diff) |
doc: Document Travis CI Coverity integration
Update README.devel with information about the Travis CI Coverity
integration.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'README.devel')
-rw-r--r-- | README.devel | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/README.devel b/README.devel index d47739c..021b18f 100644 --- a/README.devel +++ b/README.devel @@ -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. |