diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e007a23..e2cc88d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,3 +47,7 @@ jobs: run: | pip install pdoc3 pdoc --html openapi_server --output-dir pdoc + + - name: Run Stoat Action + uses: stoat-dev/stoat-action@v0 + if: always() diff --git a/.stoat/config.yaml b/.stoat/config.yaml new file mode 100644 index 0000000..5ae5263 --- /dev/null +++ b/.stoat/config.yaml @@ -0,0 +1,23 @@ +--- +version: 1 +enabled: true +plugins: + job_runtime: + enabled: true + static_hosting: + tests: + metadata: + name: "Test Results" + path: testreport + test-coverage: + metadata: + name: "Test Coverage" + path: htmlcov + pdoc: + metadata: + name: "Python Docs" + path: pdoc/openapi_server + redoc: + metadata: + name: "API Docs" + path: redoc.html