diff --git a/.github/workflows/lint_1.yml b/.github/workflows/lint_1.yml index bee8187d7d..4465107bcf 100644 --- a/.github/workflows/lint_1.yml +++ b/.github/workflows/lint_1.yml @@ -1,4 +1,4 @@ -name: Test 1 +name: lint 1 on: push: diff --git a/.github/workflows/spellcheck_1.yml b/.github/workflows/spellcheck_1.yml index 955f3c51dd..7767625752 100644 --- a/.github/workflows/spellcheck_1.yml +++ b/.github/workflows/spellcheck_1.yml @@ -1,4 +1,4 @@ -name: Test 1 +name: spellcheck 1 on: push: diff --git a/.github/workflows/test_1.yml b/.github/workflows/test_1.yml index 091304114f..e5c6f6edf9 100644 --- a/.github/workflows/test_1.yml +++ b/.github/workflows/test_1.yml @@ -1,4 +1,4 @@ -name: Test 1 +name: test 1 on: push: diff --git a/tox.ini b/tox.ini index 69f4ca107b..2efb17fc67 100644 --- a/tox.ini +++ b/tox.ini @@ -361,11 +361,8 @@ deps = lint: -r dev-requirements.txt test: pytest test: pytest-benchmark - coverage: pytest - coverage: pytest-cov grpc: pytest-asyncio - ; FIXME: add coverage testing ; FIXME: add mypy testing setenv = @@ -741,10 +738,6 @@ commands_pre = http: pip install {toxinidir}/util/opentelemetry-util-http -; In order to get a health coverage report, -; we have to install packages in editable mode. - coverage: python {toxinidir}/scripts/eachdist.py install --editable - commands = test-distro: pytest {toxinidir}/opentelemetry-distro/tests {posargs} lint-distro: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/opentelemetry-distro @@ -1133,8 +1126,6 @@ commands = lint-exporter-prometheus-remote-write: pylint {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry lint-exporter-prometheus-remote-write: pylint {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write/tests - coverage: {toxinidir}/scripts/coverage.sh - [testenv:docs] deps = -c {toxinidir}/dev-requirements.txt