We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428fd02 commit e8d9b16Copy full SHA for e8d9b16
.github/workflows/librarian.yaml
@@ -65,7 +65,7 @@ jobs:
65
- name: Run tests
66
run: |
67
go test -race -coverprofile=coverage.out -covermode=atomic \
68
- $(go list ./... | grep -v -E 'internal/librarian/(python|rust|dart)|internal/sidekick|internal/legacylibrarian')
+ $(go list ./... | grep -v -E 'internal/librarian/(dart|golang|python|rust)|internal/sidekick|internal/legacylibrarian')
69
- name: Upload coverage report
70
uses: codecov/codecov-action@v5
71
with:
0 commit comments