Skip to content

Commit bbaad16

Browse files
committed
sdf
1 parent 935e993 commit bbaad16

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

.github/workflows/lint_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test 1
1+
name: lint 1
22

33
on:
44
push:

.github/workflows/spellcheck_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test 1
1+
name: spellcheck 1
22

33
on:
44
push:

.github/workflows/test_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test 1
1+
name: test 1
22

33
on:
44
push:

tox.ini

-9
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,8 @@ deps =
361361
lint: -r dev-requirements.txt
362362
test: pytest
363363
test: pytest-benchmark
364-
coverage: pytest
365-
coverage: pytest-cov
366364
grpc: pytest-asyncio
367365

368-
; FIXME: add coverage testing
369366
; FIXME: add mypy testing
370367

371368
setenv =
@@ -741,10 +738,6 @@ commands_pre =
741738

742739
http: pip install {toxinidir}/util/opentelemetry-util-http
743740

744-
; In order to get a health coverage report,
745-
; we have to install packages in editable mode.
746-
coverage: python {toxinidir}/scripts/eachdist.py install --editable
747-
748741
commands =
749742
test-distro: pytest {toxinidir}/opentelemetry-distro/tests {posargs}
750743
lint-distro: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/opentelemetry-distro
@@ -1133,8 +1126,6 @@ commands =
11331126
lint-exporter-prometheus-remote-write: pylint {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry
11341127
lint-exporter-prometheus-remote-write: pylint {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write/tests
11351128

1136-
coverage: {toxinidir}/scripts/coverage.sh
1137-
11381129
[testenv:docs]
11391130
deps =
11401131
-c {toxinidir}/dev-requirements.txt

0 commit comments

Comments
 (0)