api folder moved

This commit is contained in:
Sefik Ilkin Serengil 2024-02-04 12:53:51 +00:00
parent a7231ab0cb
commit 1931c5ca93
2 changed files with 2 additions and 2 deletions

View File

@ -66,4 +66,4 @@ jobs:
- name: Lint with pylint
run: |
pylint --fail-under=10 deepface/ api/
pylint --fail-under=10 deepface/

View File

@ -2,7 +2,7 @@ test:
cd tests && python -m pytest . -s --disable-warnings
lint:
python -m pylint deepface/ api/ --fail-under=10
python -m pylint deepface/ --fail-under=10
coverage:
pip install pytest-cov && cd tests && python -m pytest --cov=deepface