From 4eddc59e62d46d1094d0181e889184b316fe6ebf Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Thu, 27 Jul 2023 18:59:23 -0400 Subject: [PATCH] [ci] get right lcov file --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd5e3e9..dbe3ce0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,7 +113,9 @@ jobs: uses: coverallsapp/github-action@master if: ${{ matrix.MPI == 'no' }} with: + path-to-lcov: lcov.info github-token: ${{ secrets.github_token }} + flag-name: MPI-${{ matrix.MPI }} CondaTest: if: false