diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index a44bd55..a77500e 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -33,6 +33,11 @@ jobs: strict: true publish-url: https://code.toawe.me/ingest?kind=care + # publish the client module's code view to code.toawe.me + - uses: toaweme/codereport@10bd1b60f6525ae86af9ba719ceedfc06c160271 # v0.3.0 + with: + publish-url: https://code.toawe.me/ingest?kind=code + # the server module, which has its own go.mod under server/. server: runs-on: ubuntu-latest @@ -51,3 +56,9 @@ jobs: dir: server strict: true publish-url: https://code.toawe.me/ingest?kind=care + + # publish the server module's code view to code.toawe.me + - uses: toaweme/codereport@10bd1b60f6525ae86af9ba719ceedfc06c160271 # v0.3.0 + with: + dir: server + publish-url: https://code.toawe.me/ingest?kind=code