Skip to content

Commit 86ef1fb

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 86ef1fb

11 files changed

Lines changed: 997 additions & 45 deletions

File tree

.github/workflows/ci-rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ 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
5757
diff-branch: main
5858
diff-storage: _xml_coverage_reports
59-
uncovered-statements-increase-failure: true
60-
new-uncovered-statements-failure: true
59+
uncovered-statements-increase-failure: false
60+
new-uncovered-statements-failure: false
6161
coverage-rate-reduction-failure: true
6262
togglable-report: true

0 commit comments

Comments
 (0)