Skip to content

Commit 1f275f1

Browse files
committed
✅ (coverage.yml): update coverage target from ormagic to app to reflect the correct module name
1 parent 2c79ddf commit 1f275f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: poetry install --all-extras --no-root
3030
- name: Run tests and collect coverage
3131
working-directory: ./backend
32-
run: poetry run pytest --cov=ormagic --cov-report=xml
32+
run: poetry run pytest --cov=app --cov-report=xml
3333
- name: Upload coverage raports to Codecov
3434
uses: codecov/[email protected]
3535
with:

0 commit comments

Comments
 (0)