|
1 | 1 | [](https://zenodo.org/badge/latestdoi/23794148)
|
2 | 2 | [](https://travis-ci.org/PCMSolver/pcmsolver)
|
3 | 3 | [](http://pcmsolver.readthedocs.org/en/latest/?badge=latest)
|
4 |
| -[](https://coveralls.io/r/PCMSolver/pcmsolver?branch=release) |
| 4 | +[](https://codecov.io/gh/PCMSolver/pcmsolver) |
5 | 5 | [](https://scan.coverity.com/projects/3046)
|
6 | 6 |
|
7 | 7 | PCMSolver
|
@@ -31,12 +31,13 @@ using the `Pipfile` and `Pipfile.lock` files. The following
|
31 | 31 | compilers are used:
|
32 | 32 |
|
33 | 33 | 1. GCC 4.6, Python 2.7 This build generates _both_ the shared and static
|
34 |
| - libraries, linking executables to the former. The build is run with and |
35 |
| - without coverage analysis, the latter being a _debug_ build. |
| 34 | + libraries, linking executables to the former. |
36 | 35 | 2. GCC 6.3.0, Python 2.7 This build generates _only_ the static library.
|
37 | 36 | 3. Clang 3.5, GFortran 4.6, Python 3.5 This build generates _both_ the shared and static
|
38 |
| - libraries, linking executables to the former. The build is run with and |
39 |
| - without coverage analysis, the latter being a _debug_ build. |
| 37 | + libraries, linking executables to the former. |
| 38 | +4. GCC 4.8, Python 2.7 This is a _debug_ build generating _both_ the shared and static |
| 39 | + libraries, linking executables to the former. The build is run with |
| 40 | + coverage analysis for submission to [Codecov](https://codecov.io). |
40 | 41 |
|
41 | 42 | The build needed for submission to [Coverity scan](https://scan.coverity.com/)
|
42 | 43 | is triggered by pushes to the `coverity_scan` branch. It is run on
|
|
0 commit comments