Skip to content

Commit

Permalink
Add tox logs
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
  • Loading branch information
parthosa committed Feb 3, 2025
1 parent 1707a59 commit 6a3f1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
name: Python unit test

on:
workflow_dispatch: # Allow manual triggering
pull_request:
types: [opened, synchronize, reopened]

Expand Down
1 change: 1 addition & 0 deletions user_tools/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ setenv =
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}
commands =
pytest -vv \
--tb=long --showlocals -l --full-trace \
--cov "{envsitepackagesdir}/spark_rapids_pytools" \
--cov-config "{toxinidir}/tox.ini" \
{posargs:tests}
Expand Down

0 comments on commit 6a3f1e0

Please sign in to comment.