From c33f628503016e807f5dd7581acfbeca3304c285 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Mon, 16 Oct 2023 17:41:46 -0400 Subject: [PATCH] github: debug Coverage test Signed-off-by: Simon Deziel --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c79f977..bee4dd24 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,6 +65,10 @@ jobs: - name: Coverage run: | + env + pwd + ls -l + ls -l pylxd/ || true tox run -e coverage codecov