Skip to content

Commit

Permalink
Add coverage measurement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jul 16, 2023
1 parent d7a147d commit 44719a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: "find lua tests -name '*.lua' -print0 | xargs -0 lua-format --check"

- name: test
run: luatest
run: luatest --cov lua
env:
ATLAS_CONFIG: tests.config
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ bootstrap:
coverage: clean
luatest --cov lua
genhtml -o html lcov.info
open html/index.html

0 comments on commit 44719a8

Please sign in to comment.