diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1e982b..3a257c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: env: PYTEST_ADDOPTS: "--durations=0" run: | - hatch test --coverage + hatch test --cover docs: runs-on: ubuntu-latest diff --git a/README.md b/README.rst similarity index 100% rename from README.md rename to README.rst