From a82c49be8456f25fb9aaf71432bd12d9aaee8ccc Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Tue, 26 Jul 2022 12:05:10 -0400 Subject: [PATCH] CI: fix code coverage (#197) 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 8e399126..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