We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee5d6c commit 0e185e5Copy full SHA for 0e185e5
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
go-version-file: 'go.mod'
29
- name: Run tests with coverage
30
run: |
31
- go test -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v '/examples/')
+ go test -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v '/examples/' | grep -v '/testdata' | grep -v '/mcptest' | grep -v '/server/internal/gen')
32
- name: Upload coverage artifact
33
uses: actions/upload-artifact@v4
34
with:
0 commit comments