From d6829239fa102f5832af84e795796c167a481470 Mon Sep 17 00:00:00 2001 From: Paliak <91493239+Paliak@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:06:23 +0100 Subject: [PATCH] FIX: disable coverage report through .busted so that it also works with docker Signed-off-by: Paliak <91493239+Paliak@users.noreply.github.com> --- .busted | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.busted b/.busted index 58c2b3fd22..b069f116cf 100644 --- a/.busted +++ b/.busted @@ -1,6 +1,6 @@ return { _all = { - coverage = true, + coverage = false, verbose = true, }, default = { diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df670c7790..8344d96604 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run tests - run: busted --lua=luajit --no-coverage + run: busted --lua=luajit check_modcache: runs-on: ubuntu-latest container: ghcr.io/pathofbuildingcommunity/pathofbuilding-tests:latest