mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
api folder moved
This commit is contained in:
parent
a7231ab0cb
commit
1931c5ca93
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -66,4 +66,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint with pylint
|
- name: Lint with pylint
|
||||||
run: |
|
run: |
|
||||||
pylint --fail-under=10 deepface/ api/
|
pylint --fail-under=10 deepface/
|
||||||
|
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ test:
|
|||||||
cd tests && python -m pytest . -s --disable-warnings
|
cd tests && python -m pytest . -s --disable-warnings
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
python -m pylint deepface/ api/ --fail-under=10
|
python -m pylint deepface/ --fail-under=10
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
pip install pytest-cov && cd tests && python -m pytest --cov=deepface
|
pip install pytest-cov && cd tests && python -m pytest --cov=deepface
|
Loading…
x
Reference in New Issue
Block a user