-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from ar-io/PE-7013-remove-record-fixes
fix(PE-7013): "Remove-Record" API fixes by way of codification of patterns
- Loading branch information
Showing
21 changed files
with
993 additions
and
789 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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
print("Loading .busted configuration...") | ||
|
||
return { | ||
_all = { | ||
default = { | ||
root = "src", | ||
pattern = "**/*_spec.lua$", | ||
helper = "spec/setup.lua", | ||
verbose = true, | ||
coverage = true, | ||
output = "utfTerminal", | ||
jobs = 4, | ||
}, | ||
default = { | ||
ROOT = {"ant"}, | ||
pattern = "**/*_spec.lua$", | ||
helper = "spec/setup.lua", | ||
} | ||
} |
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
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
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,5 @@ | ||
statsfile = 'coverage/luacov.stats.out'; | ||
reportfile = 'coverage/luacov.report.out'; | ||
deleteStatsFile = false; | ||
include = { "src/" } | ||
exclude = { "crypto", "json", "base64", "ao" } |
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
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
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
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
Oops, something went wrong.