aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2018-04-20 13:27:34 +0200
committerMarco Paland <marco@paland.com>2018-04-20 13:27:34 +0200
commit98e9b0dab6dd89537484f1e380c9e3c25c9761ca (patch)
tree56c40e5848f2abdef7ceb5c9492230c8372b8639
parentd3b798a769fa9f628057089df9a953433d10d2c0 (diff)
downloadprintf-98e9b0dab6dd89537484f1e380c9e3c25c9761ca.tar.gz
printf-98e9b0dab6dd89537484f1e380c9e3c25c9761ca.tar.bz2
printf-98e9b0dab6dd89537484f1e380c9e3c25c9761ca.zip
chore(travis): removed coveralls support
-rw-r--r--.travis.yml4
-rw-r--r--README.md3
2 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 955b4e7..7cff9cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,8 +32,6 @@ addons:
branch_pattern: master
before_install:
- # install coveralls
- - pip install --user cpp-coveralls
# connect coverity
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
@@ -61,7 +59,5 @@ script:
- tmp/cov/test_suite
after_success:
- # Report to coveralls
- - coveralls --build-root ${TRAVIS_BUILD_DIR} --include printf.cpp --gcov 'gcov-6' --gcov-options '\-lp'
## Report to codecov
- bash <(curl -s https://codecov.io/bash)
diff --git a/README.md b/README.md
index af1ce99..18c6c41 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,6 @@
[![Build Status](https://travis-ci.org/mpaland/printf.svg?branch=master)](https://travis-ci.org/mpaland/printf)
[![codecov](https://codecov.io/gh/mpaland/printf/branch/master/graph/badge.svg)](https://codecov.io/gh/mpaland/printf)
-<!---
-[![Coveralls Status](https://coveralls.io/repos/github/mpaland/printf/badge.svg?branch=master)](https://coveralls.io/github/mpaland/printf?branch=master)
--->
[![Coverity Status](https://img.shields.io/coverity/scan/14180.svg)](https://scan.coverity.com/projects/mpaland-printf)
[![Github Issues](https://img.shields.io/github/issues/mpaland/printf.svg)](http://github.com/mpaland/printf/issues)
[![Github Releases](https://img.shields.io/github/release/mpaland/printf.svg)](https://github.com/mpaland/printf/releases)