From 0e3436d6d4a9a869d44096720eafbbd2bfce1ef2 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 7 Feb 2020 08:43:04 +0100 Subject: [PATCH] switch to codecov.io --- .circleci/config.yml | 5 ++--- .coveralls.yml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ae165555..a9214dd85 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,12 +19,11 @@ jobs: steps: - checkout - run: apt-get update -y - - run: apt-get install -y g++ libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev git cmake libsodium-dev libgtest-dev python-pip python-yaml - - run: pip install --user cpp-coveralls + - run: apt-get install -y g++ libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev git cmake libsodium-dev libgtest-dev lcov curl - run: cd build && cmake .. -DRUN_TESTS=ON - run: cd build && cmake --build . -j $(nproc) - run: cd build && cmake --build . -j $(nproc) --target test - - run: ~/.local/bin/coveralls --exclude 3rdParty --exclude DiabloUI --exclude SourceT --gcov-options '\-lp' + - run: bash <(curl -s https://codecov.io/bash) linux_x86_64_sdl1: docker: - image: debian:stretch-backports diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index e50cd9cb9..000000000 --- a/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -service_name: circleci