Skip to content

Commit

Permalink
api folder moved
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Feb 4, 2024
1 parent a7231ab commit 1931c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
- name: Lint with pylint
run: |
pylint --fail-under=10 deepface/ api/
pylint --fail-under=10 deepface/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1931c5c

Please sign in to comment.