Skip to content

Commit

Permalink
removed coverage-init
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 18, 2024
1 parent 4b30e4e commit 74352ea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ envlist =
; Mirror Supported LTS DBR versions here: https://docs.databricks.com/release-notes/runtime/
; Use correct PySpark version based on Python version present in env name
dbr{91,104,113,122,133,142}
coverage-init
coverage-report
skip_missing_interpreters = true

Expand Down Expand Up @@ -72,12 +71,6 @@ deps =
commands =
python -m build --sdist --wheel {posargs: {toxinidir}}

[testenv:coverage-init]
setenv =
COVERAGE_FILE = .coverage
commands =
coverage erase

[testenv:coverage-report]
description = combine coverage data and generate reports
deps = coverage>=7,<8
Expand All @@ -86,6 +79,7 @@ skip_install = true
setenv =
COVERAGE_FILE = .coverage
commands =
coverage erase
coverage --version
coverage combine
coverage report -m
Expand Down

0 comments on commit 74352ea

Please sign in to comment.