From b6d30e23d223c9d19f15c4f881fc91089e1220c1 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Fri, 22 Mar 2024 15:28:05 -0400 Subject: [PATCH] Update code-coverage.yml Tell it to use the xml file --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 2f808614..92af505a 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -26,4 +26,4 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@v2.2.3 with: - format: python + file: coverage.xml