File tree 4 files changed +3
-12
lines changed
4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
- name : Test 1
1
+ name : lint 1
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
- name : Test 1
1
+ name : spellcheck 1
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
- name : Test 1
1
+ name : test 1
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change @@ -361,11 +361,8 @@ deps =
361
361
lint: -r dev-requirements.txt
362
362
test: pytest
363
363
test: pytest-benchmark
364
- coverage: pytest
365
- coverage: pytest-cov
366
364
grpc: pytest-asyncio
367
365
368
- ; FIXME: add coverage testing
369
366
; FIXME: add mypy testing
370
367
371
368
setenv =
@@ -741,10 +738,6 @@ commands_pre =
741
738
742
739
http: pip install {toxinidir}/util/opentelemetry-util-http
743
740
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
-
748
741
commands =
749
742
test-distro: pytest {toxinidir}/opentelemetry-distro/tests {posargs}
750
743
lint-distro: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/opentelemetry-distro
@@ -1133,8 +1126,6 @@ commands =
1133
1126
lint-exporter-prometheus-remote-write: pylint {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry
1134
1127
lint-exporter-prometheus-remote-write: pylint {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write/tests
1135
1128
1136
- coverage: {toxinidir}/scripts/coverage.sh
1137
-
1138
1129
[testenv:docs]
1139
1130
deps =
1140
1131
-c {toxinidir}/dev-requirements.txt
You can’t perform that action at this time.
0 commit comments