Skip to content

Commit

Permalink
fixed coverage cmds in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 18, 2024
1 parent ed756bb commit 4b30e4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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

[gh-actions]
Expand Down Expand Up @@ -70,7 +72,7 @@ deps =
commands =
python -m build --sdist --wheel {posargs: {toxinidir}}

[testenv:cov-init]
[testenv:coverage-init]
setenv =
COVERAGE_FILE = .coverage
commands =
Expand Down

0 comments on commit 4b30e4e

Please sign in to comment.