From 4fac5da7e097d37dafe2a004f518e2a7d2f7256a Mon Sep 17 00:00:00 2001 From: Ignas Bernotas Date: Fri, 10 Jul 2026 17:11:30 +0300 Subject: [PATCH] ci: publish code.json via codereport action Signed-off-by: Ignas Bernotas --- .github/workflows/quality.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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