We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06e530 commit 03e5d40Copy full SHA for 03e5d40
2 files changed
.busted
@@ -1,6 +1,6 @@
1
return {
2
_all = {
3
- coverage = true,
+ coverage = false,
4
verbose = true,
5
},
6
default = {
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- name: Run tests
16
- run: busted --lua=luajit --no-coverage
+ run: busted --lua=luajit
17
check_modcache:
18
runs-on: ubuntu-latest
19
container: ghcr.io/pathofbuildingcommunity/pathofbuilding-tests:latest
0 commit comments