We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c79ddf commit 1f275f1Copy full SHA for 1f275f1
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
run: poetry install --all-extras --no-root
30
- name: Run tests and collect coverage
31
working-directory: ./backend
32
- run: poetry run pytest --cov=ormagic --cov-report=xml
+ run: poetry run pytest --cov=app --cov-report=xml
33
- name: Upload coverage raports to Codecov
34
uses: codecov/[email protected]
35
with:
0 commit comments