Skip to content

Commit

Permalink
Added coverity integration
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed May 5, 2016
1 parent 34b6389 commit 518a21f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ git:
env:
global:
- CMAKE_OPTIONS_GLOBAL="-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
# COVERALLS_REPO_TOKEN added as env var in travis project
- COVERALLS_SERVICE_NAME=travis-ci

compiler:
Expand All @@ -21,6 +22,13 @@ os: linux
addons:
apt:
packages: ["lcov", "curl"]
coverity_scan:
# COVERITY_SCAN_TOKEN added as env var in travis project
project:
name: iboB/mathgp
notification_email: b.stanimirov@abv.bg
build_command_prepend: cd test/unit_test && cmake .
build_command: make

script:
# initial run with options
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ A simple mathematical library for game programming.
* GCC/clang: [![GCC/clang](https://travis-ci.org/iboB/mathgp.svg?branch=master)](https://travis-ci.org/iboB/mathgp)
* MSVC: [![MSVC](https://ci.appveyor.com/api/projects/status/x63tku34p1ep8wx0/branch/master?svg=true)](https://ci.appveyor.com/project/iboB/mathgp/branch/master)
* Coveralls: [![Coverage Status](https://coveralls.io/repos/github/iboB/mathgp/badge.svg?branch=master)](https://coveralls.io/github/iboB/mathgp?branch=master)
* Coverity: [![Static analysis](https://scan.coverity.com/projects/8774/badge.svg)](https://scan.coverity.com/projects/ibob-mathgp)

0 comments on commit 518a21f

Please sign in to comment.