From a88234e6db5bcb17e316338a590f90efa3473b22 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 28 Jan 2020 08:28:48 +0100 Subject: [PATCH] Disable Coveralls service We are covered by Codecov. --- .github/workflows/sitl_tests_coverage.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sitl_tests_coverage.yml b/.github/workflows/sitl_tests_coverage.yml index 0cfc398242..d06ad36c8a 100644 --- a/.github/workflows/sitl_tests_coverage.yml +++ b/.github/workflows/sitl_tests_coverage.yml @@ -31,11 +31,13 @@ jobs: # run: mkdir -p MAVSDK/build/default && cd MAVSDK/build/default && cmake ../.. && make -j4 && make install - name: Run Coverage Tests run: make tests_integration_coverage - - name: Upload coverage information to Coveralls - uses: coverallsapp/github-action@master - with: - path-to-lcov: coverage/lcov.info - github-token: ${{ secrets.GITHUB_TOKEN }} + # We are not actively using coveralls, but we keep the config + # in case the service should be re-enabled later + # - name: Upload coverage information to Coveralls + # uses: coverallsapp/github-action@master + # with: + # path-to-lcov: coverage/lcov.info + # github-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload coverage information to Codecov uses: codecov/codecov-action@v1 with: