From c3db63262cab3d1c5c959f4abe263feb44250674 Mon Sep 17 00:00:00 2001 From: meejah Date: Wed, 12 Jun 2024 16:46:16 -0600 Subject: [PATCH] try coveralls --- .github/workflows/linux.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3808cabff..8ae987f13 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -86,12 +86,11 @@ jobs: name: "unit-test" path: "eliot*" - - name: Upload coverage report - uses: codecov/codecov-action@v2 + - name: Coveralls + uses: coverallsapp/github-action@v2 with: - token: "322d708d-8283-4827-b605-ccf02bfecf70" - file: "./coverage.xml" - + - parallel: true + - flag-name: unit integration-tests: @@ -162,3 +161,10 @@ jobs: token: "322d708d-8283-4827-b605-ccf02bfecf70" file: "./coverage.xml" flags: "integration" + + - name: Coveralls + uses: coverallsapp/github-action@v2 + with: + - parallel: true + - flag-name: integration + - parallel-finished: true