ci: set LOGLEVEL to trace to increase coverage
Some checks failed
/ tests (push) Failing after 12m41s

This commit is contained in:
Antoine Viallon 2024-07-26 01:33:56 +02:00
parent 7bb0d7b0a4
commit fed6a84bea
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -14,6 +14,8 @@ jobs:
--cov-report=term --cov-report=term
--cov-report=html --cov-report=html
--cov=compiler compiler/tests/ --cov=compiler compiler/tests/
env:
LOGLEVEL: trace
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: coverage-report name: coverage-report