-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make test coverage collection more handsome, but don't enable it in Gitlab CI yet: it reveals a lot of flaky tests and complicates merging PRs. Close #88 Co-authored-by: mmelentiev-mail <[email protected]> Co-authored-by: Yaroslav Dynnikov <[email protected]>
- Loading branch information
1 parent
24aee1f
commit ccb49d8
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ build.luarocks | |
coverage_result.txt | ||
.DS_Store | ||
.vscode | ||
luacov.stats.out | ||
luacov.*.out* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
exclude = { | ||
'/test/', | ||
'/tmp/', | ||
'/dev/', | ||
'/webui/', | ||
'/build.luarocks/', | ||
'/.rocks/', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters