Skip to content

Commit d77c726

Browse files
committed
fix coverage
1 parent d4d9087 commit d77c726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pre-commit run --all-files
4646
4747
- name: Run tests
48-
run: python -m pytest --cov stac_fastapi_html --cov-report xml --cov-report term-missing --asyncio-mode=strict
48+
run: python -m pytest --cov stac_fastapi.html --cov-report xml --cov-report term-missing --asyncio-mode=strict
4949

5050
- name: Upload Results
5151
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}

0 commit comments

Comments
 (0)