mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-13 14:08:33 +03:00
fix CI dir
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
run: echo "ENVIRONMENT_FILE=.env.test" >> $GITHUB_ENV
|
run: echo "ENVIRONMENT_FILE=.env.test" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Run tests with coverage
|
- name: Run tests with coverage
|
||||||
run: poetry run coverage run -m pytest -v -ra --color=yes tests/
|
run: poetry run coverage run -m pytest -v -ra --color=yes app/tests/
|
||||||
|
|
||||||
- name: Report coverage
|
- name: Report coverage
|
||||||
run: poetry run coverage report
|
run: poetry run coverage report
|
||||||
Reference in New Issue
Block a user