Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ reviews:
review_status: true

auto_review:
enabled: true
# Automatic review is off: reviews are requested on demand with
# "@coderabbitai review" in a PR comment. The settings below still apply
# whenever auto_review is switched back on.
enabled: false
auto_incremental_review: true
auto_pause_after_reviewed_commits: 0
drafts: false
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/dotnet.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,14 @@ jobs:
HOST: localhost
PORT: 6006

# x402 integration tests: hermetic E2E (against the standalone rippled above) plus the
# live t54 interop tests (TestILive*), which require the public XRPL testnet faucet and
# the t54 hosted facilitator.
# x402 integration tests: hermetic E2E against the standalone rippled above.
# The live t54 interop tests (TestCategory=Live) are excluded — they are the only tests
# in the suite that reach outside, needing the public XRPL testnet faucet and the hosted
# t54 facilitator, so leaving them in made a green build depend on two third-party
# services. Run them deliberately:
# dotnet test Tests/Xrpl.X402.Tests/Xrpl.X402.Tests.csproj --filter "TestCategory=Live"
- name: Test Integration (Xrpl.X402)
run: dotnet test Tests/Xrpl.X402.Tests/Xrpl.X402.Tests.csproj --verbosity normal --settings test.runsettings --filter "TestI"
run: dotnet test Tests/Xrpl.X402.Tests/Xrpl.X402.Tests.csproj --verbosity normal --settings test.runsettings --filter "TestI&TestCategory!=Live"
env:
HOST: localhost
PORT: 6006
Expand Down
137 changes: 79 additions & 58 deletions CHANGES.md

Large diffs are not rendered by default.

Loading
Loading