Skip to content

Commit a4edfef

Browse files
committed
fix(e2e): set cov-fail-under=0 to match CI, bump setup-uv to v5
1 parent 58c1fb3 commit a4edfef

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ${{ env.PYTHON_VERSION }}
3434

3535
- name: Install uv
36-
uses: astral-sh/setup-uv@v2
36+
uses: astral-sh/setup-uv@v5
3737
with:
3838
enable-cache: true
3939
cache-dependency-glob: "pyproject.toml"
@@ -47,7 +47,8 @@ jobs:
4747
-n auto \
4848
--timeout=60 \
4949
--junitxml=unit-results.xml \
50-
--cov-report=xml:coverage.xml
50+
--cov-report=xml:coverage.xml \
51+
--cov-fail-under=0
5152
5253
- name: Upload test results
5354
uses: actions/upload-artifact@v4
@@ -78,7 +79,7 @@ jobs:
7879
python-version: ${{ env.PYTHON_VERSION }}
7980

8081
- name: Install uv
81-
uses: astral-sh/setup-uv@v2
82+
uses: astral-sh/setup-uv@v5
8283
with:
8384
enable-cache: true
8485
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)