Skip to content

Commit d682923

Browse files
committed
FIX: disable coverage report through .busted so that it also works with docker
Signed-off-by: Paliak <91493239+Paliak@users.noreply.github.com>
1 parent b06e530 commit d682923

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.busted

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
_all = {
3-
coverage = true,
3+
coverage = false,
44
verbose = true,
55
},
66
default = {

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Run tests
16-
run: busted --lua=luajit --no-coverage
16+
run: busted --lua=luajit
1717
check_modcache:
1818
runs-on: ubuntu-latest
1919
container: ghcr.io/pathofbuildingcommunity/pathofbuilding-tests:latest

0 commit comments

Comments
 (0)