Skip to content

Commit a9dc28d

Browse files
author
LocalIdentity
committed
Remove coverage from tests
The coverage part of the tests makes the tests take 60x longer and there is no reason that I can see for it to be needed atm. Can add it as a manual gh action if needed in the future
1 parent 322fc5d commit a9dc28d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Run tests
16-
run: busted --lua=luajit
17-
- name: Report coverage
18-
continue-on-error: true # May fail on server errors (of coveralls.io)
19-
run: cd src; luacov-coveralls --repo-token=${{ secrets.github_token }} -e TestData -e Data -e runtime
16+
run: busted --lua=luajit --no-coverage
2017
check_modcache:
2118
runs-on: ubuntu-latest
2219
container: ghcr.io/pathofbuildingcommunity/pathofbuilding-tests:latest

0 commit comments

Comments
 (0)