File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ addons:
24
24
- g++-5
25
25
- gcc-5
26
26
- gfortran-5
27
- - lcov
27
+ # - lcov
28
28
cache :
29
29
directories :
30
30
- $HOME/spack
@@ -37,13 +37,13 @@ install:
37
37
- if [ "$TRAVIS_OS_NAME" = osx ]; then
38
38
brew update;
39
39
brew install gcc@5;
40
- brew install lcov;
40
+ : brew install lcov;
41
41
export CC=gcc-5;
42
42
export CXX=g++-5;
43
43
export FC=gfortran;
44
44
fi
45
- - pip install --user codecov
46
- - gem install coveralls-lcov
45
+ # - pip install --user codecov
46
+ # - gem install coveralls-lcov
47
47
- pushd "$HOME"
48
48
- curl -O https://curl.haxx.se/ca/cacert.pem && export CURL_CA_BUNDLE="$(pwd)/cacert.pem"
49
49
# The git repo might have been created from the cache
@@ -84,6 +84,6 @@ after_success:
84
84
# - lcov --directory . --capture --output-file coverage.info
85
85
# - lcov --remove coverage.info '/googletest-*' '/hdf5-*' '/usr/*' '/opt/*' '/Xcode.app/*' '*_wrap.cpp' --output-file coverage.info
86
86
# - lcov --list coverage.info
87
- - codecov
88
- - coveralls-lcov coverage.info
87
+ # - codecov
88
+ # - coveralls-lcov coverage.info
89
89
- popd
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ FunHPC: Functional HPC Programming
4
4
.. image :: https://travis-ci.org/eschnett/FunHPC.cxx.svg?branch=master
5
5
:target: https://travis-ci.org/eschnett/FunHPC.cxx
6
6
7
+ .. image :: https://coveralls.io/repos/github/eschnett/FunHPC.cxx/badge.svg?branch=master
8
+ :target: https://coveralls.io/github/eschnett/FunHPC.cxx?branch=master
9
+
7
10
This is FunHPC.cxx, a C++ library that provides fine-grained
8
11
multi-threading for distributed-memory systems in a functional
9
12
programming style.
You can’t perform that action at this time.
0 commit comments