feat: implement blog project with CI pipeline
This commit is contained in:
11
.woodpecker/test.yaml
Normal file
11
.woodpecker/test.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
when:
|
||||
- event: [push, pull_request]
|
||||
branch: dev
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python:3.11
|
||||
commands:
|
||||
- pip install uv
|
||||
- uv sync --no-dev --group tests
|
||||
- uv run pytest --cov=app --cov-fail-under=70 --cov-report=term-missing
|
||||
Reference in New Issue
Block a user