From b35522d86fe9d15bba31b4895e3effc20015af9d Mon Sep 17 00:00:00 2001 From: Sergey Nebolsin Date: Tue, 31 Oct 2023 15:23:06 +0300 Subject: [PATCH] Add Coveralls Beta --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd4f07ff..2607bfe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,14 @@ jobs: debug: true if: success() continue-on-error: true + - name: Upload code coverage report to Coveralls Beta + uses: coverallsapp/github-action@v2 + with: + file: coverage/lcov.info + coveralls-endpoint: https://beta.coveralls.io + debug: true + if: success() + continue-on-error: true - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: