From 6e5febfbebea23ee9c7ba5593dbb393034c2e955 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 9 Oct 2023 10:17:44 -0700 Subject: Add coverage conversion step --- .github/workflows/python.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d02c1b5..7f44810 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -36,6 +36,10 @@ jobs: - name: Test with pytest run: | coverage run -m pytest + - name: Convert coverage file to XML + run: | + coverage combine + coverage xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: -- cgit v1.2.3