From 3d1e910e4038847f04d9e4b69c01527911725b5e Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt Date: Thu, 25 Mar 2021 17:13:38 +0900 Subject: [PATCH] coveralls --- .github/workflows/tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e156dba2..78c14bf4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -42,8 +42,8 @@ jobs: - name: run tests run: | pytest --cov=cgp - - name: coveralls - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - coveralls \ No newline at end of file + - name: Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + path-to-lcov: ./lcov.info \ No newline at end of file