File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function cov {
7
7
then
8
8
pytest \
9
9
--ignore-glob=* /setup.py \
10
- --ignore-glob=ext /opentelemetry-ext -opentracing-shim/tests/testbed/* \
10
+ --ignore-glob=instrumentation /opentelemetry-instrumentation -opentracing-shim/tests/testbed/* \
11
11
--cov ${1} \
12
12
--cov-append \
13
13
--cov-branch \
@@ -35,7 +35,7 @@ cov exporter/opentelemetry-exporter-datadog
35
35
cov instrumentation/opentelemetry-instrumentation-flask
36
36
cov instrumentation/opentelemetry-instrumentation-requests
37
37
cov exporter/opentelemetry-exporter-jaeger
38
- cov ext /opentelemetry-ext -opentracing-shim
38
+ cov instrumentation /opentelemetry-instrumentation -opentracing-shim
39
39
cov instrumentation/opentelemetry-instrumentation-wsgi
40
40
cov exporter/opentelemetry-exporter-zipkin
41
41
cov docs/examples/opentelemetry-example-app
You can’t perform that action at this time.
0 commit comments