From e990b8a563a83c883fd5b67802d9531de226d409 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 31 May 2022 13:18:45 +0100 Subject: [PATCH] Move coverage files to where the tool expects Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b8812ea9a1..0b8fe4f50f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -379,6 +379,8 @@ jobs: - uses: actions/download-artifact@v3 with: path: . + - name: Move coverage files to where Coverage.py expects + run: mv coverage*/.coverage* . - uses: matrix-org/setup-python-poetry@v1 - name: Combine coverage reports run: poetry run coverage combine