summaryrefslogtreecommitdiffstats
path: root/awxkit/tox.ini
diff options
context:
space:
mode:
authorSviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua>2024-09-18 17:01:24 +0200
committerGitHub <noreply@github.com>2024-09-18 17:01:24 +0200
commit14698b177b8c83209edd35e17fa63ade4a5776ec (patch)
tree99887ffc03180f30b397d5c4c86c4aed71f96bab /awxkit/tox.ini
parentMake analytics job ts settings hidden (diff)
downloadawx-14698b177b8c83209edd35e17fa63ade4a5776ec.tar.xz
awx-14698b177b8c83209edd35e17fa63ade4a5776ec.zip
🧪 Publish awxkit's coverage to Codecov (#15525)
It's already being generated, just not uploaded. This patch addresses that.
Diffstat (limited to 'awxkit/tox.ini')
-rw-r--r--awxkit/tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/awxkit/tox.ini b/awxkit/tox.ini
index e5855d500e..132f72099b 100644
--- a/awxkit/tox.ini
+++ b/awxkit/tox.ini
@@ -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 =