From 017224657d21abaa1f741507bdfe4f0b7aa77527 Mon Sep 17 00:00:00 2001 From: FourierTransformer Date: Thu, 31 Oct 2024 10:35:33 -0500 Subject: [PATCH] Update test-and-coverage.yml --- .github/workflows/test-and-coverage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 84d6f58..aa2bfaa 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -34,7 +34,10 @@ jobs: luarocks install luacov-coveralls - name: run unit tests with coverage - run: toml-test -- lua -lluacov spec/test-runner.lua + continue-on-error: true + run: | + source lua_install/bin/activate + toml-test -- lua -lluacov spec/test-runner.lua - name: Report test coverage if: success()