Skip to content

Commit 96e0b65

Browse files
committed
Merge branch 'main' into dluna-ci-pr-speed-and-coverage
2 parents 9c93606 + 0c59990 commit 96e0b65

File tree

29 files changed

+3176
-2186
lines changed

29 files changed

+3176
-2186
lines changed

.github/component-label-map.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,6 @@ pkg:propagation-utils:
253253
- any-glob-to-any-file:
254254
- packages/propagation-utils/**
255255
- packages/contrib-test-utils/**
256-
pkg:propagator-grpc-census-binary:
257-
- changed-files:
258-
- any-glob-to-any-file:
259-
- propagators/opentelemetry-propagator-grpc-census-binary/**
260256
pkg:propagator-instana:
261257
- changed-files:
262258
- any-glob-to-any-file:

.github/workflows/pr-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
- "20.6.0"
5050
- "20"
5151
- "22"
52+
- "24"
53+
include:
54+
- node: 18
55+
code-coverage: true
5256
runs-on: ubuntu-latest
5357
services:
5458
memcached:

.github/workflows/test-all-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
node: ["18", "20", "22"]
54+
node: ["18", "20", "22", "24"]
5555
runs-on: ubuntu-latest
5656
services:
5757
mongo:

examples/grpc-census-prop/.eslintrc.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/grpc-census-prop/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/grpc-census-prop/README.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

examples/grpc-census-prop/capitalize_client.js

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)