Skip to content

Commit e1380a8

Browse files
committed
feat(acp-nats): add fs_read_text_file client handler
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent c4beead commit e1380a8

File tree

15 files changed

+1245
-43
lines changed

15 files changed

+1245
-43
lines changed

.github/workflows/ci-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: insightsengineering/coverage-action@v3
5151
with:
5252
path: rsworkspace/coverage.xml
53-
threshold: 90
53+
threshold: 95
5454
fail: true
5555
publish: true
5656
diff: true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Thumbs.db
4141
# Coverage
4242
lcov.info
4343
coverage.xml
44+
coverage-*.xml
4445
*.profraw
4546
*.profdata
4647

rsworkspace/Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)