mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 22:05:07 -02:30
🧪 Publish awxkit's coverage to Codecov (#15525)
It's already being generated, just not uploaded. This patch addresses that.
This commit is contained in:
committed by
GitHub
parent
1881c26ac4
commit
14698b177b
@@ -18,7 +18,10 @@ deps =
|
||||
pytest
|
||||
pytest-mock
|
||||
|
||||
commands = coverage run --parallel --source awxkit -m pytest --doctest-glob='*.md' --junit-xml=report.xml {posargs}
|
||||
commands =
|
||||
coverage run --parallel --source awxkit -m pytest --doctest-glob='*.md' --junit-xml=report.xml {posargs}
|
||||
coverage combine
|
||||
coverage xml
|
||||
|
||||
[testenv:lint]
|
||||
deps =
|
||||
|
||||
Reference in New Issue
Block a user