ci: set LOGLEVEL to trace to increase coverage
Some checks failed
/ tests (push) Failing after 12m41s
Some checks failed
/ tests (push) Failing after 12m41s
This commit is contained in:
parent
7bb0d7b0a4
commit
fed6a84bea
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue