From fed6a84bea5c72d4b0d9ee4dec41d358de35c002 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Fri, 26 Jul 2024 01:33:56 +0200 Subject: [PATCH] ci: set LOGLEVEL to trace to increase coverage --- .forgejo/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index 4173ebb..0646169 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -14,6 +14,8 @@ jobs: --cov-report=term --cov-report=html --cov=compiler compiler/tests/ + env: + LOGLEVEL: trace - uses: actions/upload-artifact@v3 with: name: coverage-report