From 48a57a010994168ea3035a826c86b5cacf9b4277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Todi=C4=87?= Date: Sat, 14 Sep 2024 13:16:20 +0200 Subject: [PATCH] Try listing the artifacts --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18af907..2294b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,9 @@ jobs: with: name: coverage-data + - name: List Files + run: ls -R + - name: Combine coverage & check percentage run: | python -m coverage combine