From ea0d1a301c04882ecc9d37b87a4eb2a1c29c769d Mon Sep 17 00:00:00 2001 From: "Matthew A. Miller" Date: Tue, 12 Dec 2023 13:09:37 -0700 Subject: [PATCH] chore(ci): remove extra coverage reporter --- .github/workflows/build-test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index a581701..39efc0d 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -77,7 +77,3 @@ jobs: uses: codecov/codecov-action@v3 with: files: coverage/lcov - - name: "Report coverage" - uses: codecov/codecov-action@v3 - with: - files: coverage/lcov