fix code coverage report
This commit is contained in:
parent
0d7726acd9
commit
cc77c27956
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
[pytest]
|
||||
asyncio_mode=strict
|
||||
addopts=--cov=matrix_alertbot --cov-report=lcov:lcov.info --cov-report=coverage.xml --cov-report=term
|
||||
addopts=--cov=matrix_alertbot --cov-report=lcov:lcov.info --cov-report=xml:coverage.xml --cov-report=term
|
||||
|
|
Loading…
Reference in a new issue