diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index d95ce7e..906f9de 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -56,7 +56,7 @@ jobs: cache: npm - run: npm ci - run: npx vitest run --reporter=json --outputFile=.vitest-report.json - - uses: neckarshore-ai/test-stats-action@101f0c27d63ccb1982275adcaf03880bac61cd12 # v1 + - uses: neckarshore-ai/test-stats-action@54ae407769bdfea6b8fed2672f0ceefa5ef2588a # v1 with: runners: "unit:vitest:.vitest-report.json" out: stats.json diff --git a/stats.json b/stats.json index 4d14540..385e4a9 100644 --- a/stats.json +++ b/stats.json @@ -1,12 +1,15 @@ { "repo": "neckarshore-mmps/clearpath", - "audited_sha": "5165e42e2c353c1e73140a4bb8af0e327634b357", + "audited_sha": "fcbe1f52cbc5779500da50daf4426f0784d8f1f9", + "red": false, + "red_detail": null, "tests": { "total": 39, "byType": { "unit": 39 }, + "declared": {}, "lenses": {} }, - "updatedAt": "2026-07-05T12:14:22Z" + "updatedAt": "2026-07-13T22:55:34Z" }