mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Travis-CI additions:
* Address sanitizer target * Code coverage target * Results for codecov.io
This commit is contained in:
committed by
Vinnie Falco
parent
d6903efc0c
commit
3af4cf0a28
14
scripts/fuzzingclient.json
Normal file
14
scripts/fuzzingclient.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"outdir": "./autoresults",
|
||||
"servers": [
|
||||
{
|
||||
"url": "ws://127.0.0.1:6000"
|
||||
},
|
||||
{
|
||||
"url": "ws://127.0.0.1:6001"
|
||||
}
|
||||
],
|
||||
"cases": ["*"],
|
||||
"exclude-cases": [],
|
||||
"exclude-agent-cases": {}
|
||||
}
|
||||
Reference in New Issue
Block a user