Skip to content

Commit

Permalink
Update test-and-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FourierTransformer authored Oct 31, 2024
1 parent 0290436 commit 0172246
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
luarocks install luacov-coveralls
- name: run unit tests with coverage
run: toml-test -- lua -lluacov spec/test-runner.lua
continue-on-error: true
run: |
source lua_install/bin/activate
toml-test -- lua -lluacov spec/test-runner.lua
- name: Report test coverage
if: success()
Expand Down

0 comments on commit 0172246

Please sign in to comment.