Skip to content

Commit 244db4c

Browse files
committed
fail under
1 parent 19d49fd commit 244db4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
export PYSPARK_SUBMIT_ARGS='--driver-memory 8G pyspark-shell'
7272
export CLICKHOUSE_DATABASE=test
7373
uv run nosetests --with-coverage --cover-package v03_pipeline v03_pipeline
74-
uv run coverage report --omit '*test*' --fail-under=90
74+
uv run coverage report --omit '*test*' --fail-under=85

0 commit comments

Comments
 (0)