Exclude data files from coverage report (differently)

This commit is contained in:
Wires77
2023-04-01 10:09:07 -05:00
parent 7d31aaf534
commit 25c12de6b9
2 changed files with 1 additions and 6 deletions

View File

@@ -25,4 +25,4 @@ jobs:
- name: Run tests
run: busted --lua=/home/runner/work/PathOfBuilding/PathOfBuilding/.lua/bin/luajit
- name: Report coverage
run: cd src; luacov-coveralls --repo-token=${{ secrets.github_token }}
run: cd src; luacov-coveralls --repo-token=${{ secrets.github_token }} -e TestData -e Data -e runtime

View File

@@ -1,5 +0,0 @@
exclude = {
"Data/.+$",
"runtime/.+$",
"TreeData/.+$"
}