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