File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 55 branches : [ main, release ]
66 tags :
77 - ' release-*'
8- paths-ignore :
9- - " **/coverage.svg"
108 pull_request :
119 branches : [ main, release ]
12- paths-ignore :
13- - " **/coverage.svg"
1410
1511env :
1612 CARGO_TERM_COLOR : always
@@ -136,19 +132,8 @@ jobs:
136132 - name : Install llvm-tools-preview
137133 run : rustup component add llvm-tools-preview
138134
139- - name : Install lcov
140- run : sudo apt-get update && sudo apt-get install -y lcov bc
141-
142135 - name : Run tests with coverage
143- run : cargo llvm-cov --all-features --lcov --output-path lcov.info
144-
145- - name : Generate coverage badge
146- if : github.ref == 'refs/heads/main'
147- uses : GoogleCloudPlatform/lcov-coverage-badge@5857899449990297b622767f36e4fa8d1218acdb
148- with :
149- file : ./lcov.info
150- icon_name : github
151- access_token : ${{ secrets.GITHUB_TOKEN }}
136+ run : cargo llvm-cov --all-features
152137
153138 security_audit :
154139 name : Security Audit
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Wait for the first release.
77<!-- [](todo) -->
88<!--  -->
99<!-- [](todo) -->
10- ![ Coverage] ( coverage.svg )
10+ ![ Coverage] ( docs/ coverage.svg)
1111
1212An official rust Model Context Protocol SDK implementation with tokio async runtime.
1313
You can’t perform that action at this time.
0 commit comments