From 2882eee9fbf3e2539f9023dc00b15ba72a0c6377 Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Mon, 25 Jul 2022 17:27:25 -0400 Subject: [PATCH 1/2] CI: fix codecov file list --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e399126..26924f56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: - name: Generate Coverage Report uses: codecov/codecov-action@v3.1.0 with: - files: ./client-coverage.txt, ./tf-coverage.txt + files: ./client-coverage.txt,./tf-coverage.txt fmt: name: Formatting From 7dc0fe38425003f095abd2e2977ed4cf1fb8ecfc Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Mon, 25 Jul 2022 17:32:12 -0400 Subject: [PATCH 2/2] CI: rely on codecov automatically detecting coverage output --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 26924f56..075e06c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,8 +73,6 @@ jobs: - name: Generate Coverage Report uses: codecov/codecov-action@v3.1.0 - with: - files: ./client-coverage.txt,./tf-coverage.txt fmt: name: Formatting