Skip to content

Commit 55064ba

Browse files
authored
Rename remaining framework packages from "ext" to "instrumentation" (#969)
1 parent 76d1cee commit 55064ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/coverage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function cov {
77
then
88
pytest \
99
--ignore-glob=*/setup.py \
10-
--ignore-glob=ext/opentelemetry-ext-opentracing-shim/tests/testbed/* \
10+
--ignore-glob=instrumentation/opentelemetry-instrumentation-opentracing-shim/tests/testbed/* \
1111
--cov ${1} \
1212
--cov-append \
1313
--cov-branch \
@@ -35,7 +35,7 @@ cov exporter/opentelemetry-exporter-datadog
3535
cov instrumentation/opentelemetry-instrumentation-flask
3636
cov instrumentation/opentelemetry-instrumentation-requests
3737
cov exporter/opentelemetry-exporter-jaeger
38-
cov ext/opentelemetry-ext-opentracing-shim
38+
cov instrumentation/opentelemetry-instrumentation-opentracing-shim
3939
cov instrumentation/opentelemetry-instrumentation-wsgi
4040
cov exporter/opentelemetry-exporter-zipkin
4141
cov docs/examples/opentelemetry-example-app

0 commit comments

Comments
 (0)