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