Upgrade GitHub actions #nolog

This commit is contained in:
Miguel Grinberg
2023-04-14 12:56:10 +01:00
parent b7ad02eaf1
commit bb75e15b2d
2 changed files with 16 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ python =
[testenv]
commands=
pip install -e .
pytest -p no:logging --cov=src --cov-config=.coveragerc --cov-branch --cov-report=term-missing
pytest -p no:logging --cov=src --cov-config=.coveragerc --cov-branch --cov-report=term-missing --cov-report=xml
deps=
pytest
pytest-cov