Code Review
/
aiml-fw
/
athp
/
tps
/
kubeflow-adapter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
24b9eb1
)
fix typo
04/10004/1
1.0.0
author
minhac.lee
<minhac.lee@samsung.com>
Thu, 8 Dec 2022 01:48:00 +0000
(10:48 +0900)
committer
minhac.lee
<minhac.lee@samsung.com>
Thu, 8 Dec 2022 01:48:00 +0000
(10:48 +0900)
Signed-off-by: minhac.lee <minhac.lee@samsung.com>
Change-Id: I5ca64673e2c4e8055f2cf006686bf37acaee8a40
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
3882fb8
..
80b0637
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-40,7
+40,7
@@
deps=
setenv = cd = {toxinidir}/test
commands =
- pip3 install {toxini
n
dir}
+ pip3 install {toxinidir}
pytest --cov {toxinidir}/kfadapter --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=10 --junitxaml=/tmp/tests.xml
coverage xml -i
\ No newline at end of file