Skip to content

Commit

Permalink
Turn jit off during coverage
Browse files Browse the repository at this point in the history
-> improve coverage accuracy?
  • Loading branch information
coldfix committed Mar 9, 2017
1 parent c100cad commit 3dfdb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ script:
- mad all.mad
# Run coverage on subset:
- export LUA_PATH=$PREFIX/share/lua/5.1/?.lua
- mad -lluacov all.mad -p 'Test[^_]' -x LHC
- mad -joff -lluacov all.mad -x Test_ -x LHC

# Submit coverage report, etc:
after_success:
Expand Down

0 comments on commit 3dfdb26

Please sign in to comment.