1
0

Move coverage files to where the tool expects

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2022-05-31 13:18:45 +01:00
parent 4d8d0a2fa4
commit e990b8a563

View File

@@ -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