Skip to content

Commit 0e185e5

Browse files
committed
Update coverage job
1 parent 6ee5d6c commit 0e185e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version-file: 'go.mod'
2929
- name: Run tests with coverage
3030
run: |
31-
go test -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v '/examples/')
31+
go test -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v '/examples/' | grep -v '/testdata' | grep -v '/mcptest' | grep -v '/server/internal/gen')
3232
- name: Upload coverage artifact
3333
uses: actions/upload-artifact@v4
3434
with:

0 commit comments

Comments
 (0)