Skip to content

Commit fe322ad

Browse files
authored
Update lint-n-test.yml
1 parent 93298bc commit fe322ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-n-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3434
- name: Run tests
3535
run: |
36-
pytest --cov-report term --cov=./tests/
36+
pytest --cov-report term --cov=./src/tests/
3737
env:
3838
TESTING: True
3939
FLASK_DEBUG: False

0 commit comments

Comments
 (0)