File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -154,17 +154,6 @@ jobs:
154
154
# - CXXSTD=03,11
155
155
156
156
# ################### Jobs to run on pushes to master, develop ###################
157
-
158
- # Coverity Scan
159
- - os : linux
160
- if : (branch IN (develop, master)) AND (type IN (cron, push))
161
- env :
162
- - COMMENT="Coverity Scan"
163
- - TOOLSET=gcc
164
- script :
165
- - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
166
- - cd libs/$SELF
167
- - ci/coverity.sh
168
157
169
158
notifications :
170
159
email :
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ Distributed under the [Boost Software License, Version 1.0](http://www.boost.org
12
12
### Build Status
13
13
(in progress...)
14
14
15
- | Branch | Travis | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests |
16
- | :-------------: | ------ | -------- | ------------- | ---------- | ---- | ---- | ----- |
17
- |[`master`](https://github.com/boostorg/program_options/tree/master) | [](https://travis-ci.org/boostorg/program_options) | [](https://ci.appveyor.com/project/vprus/program-options/branch/master) | [](https://scan.coverity.com/projects/boostorg-program_options) | [](https://codecov.io/gh/boostorg/program_options/branch/master) | [](https://pdimov.github.io/boostdep-report/master/program_options.html) | [](http://www.boost.org/doc/libs/master/doc/html/program_options.html) | [](http://www.boost.org/development/tests/master/developer/program_options.html)
18
- |[`develop`](https://github.com/boostorg/program_options/tree/develop) | [](https://travis-ci.org/boostorg/program_options) | [](https://ci.appveyor.com/project/vprus/program-options/branch/develop) | [](https://scan.coverity.com/projects/boostorg-program_options) | [](https://codecov.io/gh/boostorg/program_options/branch/develop) | [](https://pdimov.github.io/boostdep-report/develop/program_options.html) | [](http://www.boost.org/doc/libs/develop/doc/html/program_options.html) | [](http://www.boost.org/development/tests/develop/developer/program_options.html)
15
+ | Branch | Travis | Appveyor | codecov.io | Deps | Docs | Tests |
16
+ | :-------------: | ------ | -------- | ---------- | ---- | ---- | ----- |
17
+ |[ ` master ` ] ( https://github.com/boostorg/program_options/tree/master ) | [ ![ Build Status] ( https://travis-ci.org/boostorg/program_options.svg?branch=master )] ( https://travis-ci.org/boostorg/program_options ) | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/e0quisadwh1v7ok5/branch/master?svg=true )] ( https://ci.appveyor.com/project/vprus/program-options/branch/master ) | [ ![ codecov] ( https://codecov.io/gh/boostorg/program_options/branch/master/graph/badge.svg )] ( https://codecov.io/gh/boostorg/program_options/branch/master ) | [ ![ Deps] ( https://img.shields.io/badge/deps-master-brightgreen.svg )] ( https://pdimov.github.io/boostdep-report/master/program_options.html ) | [ ![ Documentation] ( https://img.shields.io/badge/docs-master-brightgreen.svg )] ( http://www.boost.org/doc/libs/master/doc/html/program_options.html ) | [ ![ Enter the Matrix] ( https://img.shields.io/badge/matrix-master-brightgreen.svg )] ( http://www.boost.org/development/tests/master/developer/program_options.html )
18
+ |[ ` develop ` ] ( https://github.com/boostorg/program_options/tree/develop ) | [ ![ Build Status] ( https://travis-ci.org/boostorg/program_options.svg?branch=develop )] ( https://travis-ci.org/boostorg/program_options ) | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/e0quisadwh1v7ok5/branch/develop?svg=true )] ( https://ci.appveyor.com/project/vprus/program-options/branch/develop ) | [ ![ codecov] ( https://codecov.io/gh/boostorg/program_options/branch/develop/graph/badge.svg )] ( https://codecov.io/gh/boostorg/program_options/branch/develop ) | [ ![ Deps] ( https://img.shields.io/badge/deps-develop-brightgreen.svg )] ( https://pdimov.github.io/boostdep-report/develop/program_options.html ) | [ ![ Documentation] ( https://img.shields.io/badge/docs-develop-brightgreen.svg )] ( http://www.boost.org/doc/libs/develop/doc/html/program_options.html ) | [ ![ Enter the Matrix] ( https://img.shields.io/badge/matrix-develop-brightgreen.svg )] ( http://www.boost.org/development/tests/develop/developer/program_options.html )
19
19
20
20
### Directories
21
21
You can’t perform that action at this time.
0 commit comments