We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d9087 commit d77c726Copy full SHA for d77c726
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
pre-commit run --all-files
46
47
- name: Run tests
48
- run: python -m pytest --cov stac_fastapi_html --cov-report xml --cov-report term-missing --asyncio-mode=strict
+ run: python -m pytest --cov stac_fastapi.html --cov-report xml --cov-report term-missing --asyncio-mode=strict
49
50
- name: Upload Results
51
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
0 commit comments