From 8930bc2777cfff40a9e7fe0bd96903a9f0cfb74d Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:58:01 -0600 Subject: [PATCH] chore: update publish_test_coverage job --- .github/workflows/lint_format_test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint_format_test.yaml b/.github/workflows/lint_format_test.yaml index cb49be7..6d890a7 100644 --- a/.github/workflows/lint_format_test.yaml +++ b/.github/workflows/lint_format_test.yaml @@ -132,4 +132,6 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage/coverage-final.json + directory: ./coverage/ + files: ./coverage-final.json + verbose: true