Skip to content

Commit 8aa8a3e

Browse files
committed
Fix combining path to coverage file
1 parent 07673e8 commit 8aa8a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
- name: Combine ${{ matrix.plex }} coverage results
261261
run: |
262262
. venv/bin/activate
263-
coverage combine coverage-${{ matrix.plex }}*/.coverage*
263+
coverage combine .coverage
264264
coverage report --fail-under=50
265265
coverage xml
266266

0 commit comments

Comments
 (0)