File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/setup-python@v4
2121 with :
2222 python-version : ${{ matrix.python-version }}
23+
2324 # ---------- install uv -------------------------------------------------
2425 - name : Install uv (fast dependency resolver)
2526 run : |
@@ -30,13 +31,13 @@ jobs:
3031 run : |
3132 uv sync
3233
33- # ---------- run test suite -----------------------------------
34+ # ---------- run test suite -----------------------------------
3435 - name : Run tests and generate coverage report
3536 run : |
36- pytest tests/ --cov=app --cov-report=xml
37+ uv run pytest tests/ --cov=app --cov-report=xml
3738
3839 - name : Upload coverage report as an artifact
3940 uses : actions/upload-artifact@v4
4041 with :
4142 name : coverage-report
42- path : coverage.xml
43+ path : coverage.xml
You can’t perform that action at this time.
0 commit comments