mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
feat(CI): clean up Python tests output (#19489)
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Python unit tests
|
||||
if: steps.check.outcome == 'failure'
|
||||
run: |
|
||||
pytest --durations=0 ./tests/common ./tests/unit_tests --cache-clear
|
||||
pytest --durations-min=0.5 --cov-report= --cov=superset ./tests/common ./tests/unit_tests --cache-clear
|
||||
- name: Upload code coverage
|
||||
if: steps.check.outcome == 'failure'
|
||||
run: |
|
||||
|
||||
@@ -32,4 +32,4 @@ superset init
|
||||
|
||||
echo "Running tests"
|
||||
|
||||
pytest --durations=0 --maxfail=1 --cov=superset "$@"
|
||||
pytest --durations-min=2 --maxfail=1 --cov-report= --cov=superset "$@"
|
||||
|
||||
Reference in New Issue
Block a user