Skip to content

Commit ff62de5

Browse files
committed
Merge remote-tracking branch 'upstream/master' into prek
2 parents 6d1d833 + eadcf5c commit ff62de5

5 files changed

Lines changed: 252 additions & 203 deletions

File tree

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
smokeshow:
10-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1110
runs-on: ubuntu-latest
1211
permissions:
1312
actions: read
@@ -17,7 +16,7 @@ jobs:
1716
- uses: actions/checkout@v6
1817
- uses: actions/setup-python@v6
1918
with:
20-
python-version: "3.10"
19+
python-version: "3.13"
2120
- run: pip install smokeshow
2221
- uses: actions/download-artifact@v7
2322
with:

.github/workflows/test-backend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jobs:
3939
name: coverage-html
4040
path: backend/htmlcov
4141
include-hidden-files: true
42+
- name: Coverage report
43+
run: uv run coverage report --fail-under=90
44+
working-directory: backend

0 commit comments

Comments
 (0)