Skip to content

Commit 8253804

Browse files
committed
chore(ci) ensure luacov only covers our library
1 parent 0d1df2d commit 8253804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ install:
5656
script:
5757
- make lint
5858
- make coverage
59-
- luacov-coveralls -v -i lib/resty
59+
- luacov-coveralls -v -i %./lib

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ doc:
2121

2222
coverage:
2323
@TEST_COVERAGE_ENABLED=1 prove
24-
@luacov -i lib/resty
24+
@luacov ./lib

0 commit comments

Comments
 (0)