We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c1fb3 commit a4edfefCopy full SHA for a4edfef
1 file changed
.github/workflows/e2e.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: ${{ env.PYTHON_VERSION }}
34
35
- name: Install uv
36
- uses: astral-sh/setup-uv@v2
+ uses: astral-sh/setup-uv@v5
37
with:
38
enable-cache: true
39
cache-dependency-glob: "pyproject.toml"
@@ -47,7 +47,8 @@ jobs:
47
-n auto \
48
--timeout=60 \
49
--junitxml=unit-results.xml \
50
- --cov-report=xml:coverage.xml
+ --cov-report=xml:coverage.xml \
51
+ --cov-fail-under=0
52
53
- name: Upload test results
54
uses: actions/upload-artifact@v4
@@ -78,7 +79,7 @@ jobs:
78
79
80
81
82
83
84
85
0 commit comments