Skip to content

Commit

Permalink
chore(tooling): Include completely untested files in coverage calcula…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
alerque committed Jan 2, 2023
1 parent 2f9e06d commit 9e4a4a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -72,6 +72,6 @@ jobs:
- name: Report test coverage
if: success()
continue-on-error: true
run: luacov-coveralls -e .luarocks -e lua_modules -e lua-libraries -e /home/runner
run: luacov-coveralls
env:
COVERALLS_REPO_TOKEN: ${{ github.token }}
10 changes: 10 additions & 0 deletions .luacov
@@ -0,0 +1,10 @@
exclude = {
".luarocks",
"lua_modules",
"lua%-libraries",
"home/runner",
"usr/share",
".+_spec",
"tests"
}
includeuntestedfiles = true

0 comments on commit 9e4a4a8

Please sign in to comment.