Skip to content

Commit

Permalink
remove dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfturner authored and taylorfturner committed Jun 14, 2024
1 parent 997207f commit d956bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deps =
-rrequirements-reports.txt
-rrequirements-test.txt
commands =
python3 -m pytest dataprofiler/tests/ --cov=dataprofiler --cov-fail-under=80 --cov-report=xml:dist/coverage.xml --forked
python3 -m pytest dataprofiler/tests/ --cov=dataprofiler --cov-fail-under=80 --cov-report=xml:coverage.xml --forked

# add "docs" to `envlist` to run the docs build
#[testenv:docs]
Expand Down

0 comments on commit d956bb0

Please sign in to comment.