1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 14:08:42 +02:00

GHA: Move test coverage to a separate step

This commit is contained in:
2022-06-21 14:34:19 +02:00
parent 0377766f8e
commit 6946455e55
2 changed files with 9 additions and 8 deletions

View File

@@ -3,7 +3,6 @@ setup_requires =
pytest-runner
tests_require =
pytest
pytest-cov
[aliases]
test=pytest
@@ -11,6 +10,3 @@ test=pytest
[flake8]
exclude = .git,__pycache__
max-line-length = 120
[tool:pytest]
addopts = --cov=osc