Enforce 90% combined coverage floor in CI #29
@@ -30,7 +30,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
uv run pytest tests/unit/ -m "not integration" \
|
uv run pytest tests/unit/ -m "not integration" \
|
||||||
--cov=python_repositories \
|
--cov=python_repositories \
|
||||||
--cov-report=
|
--cov-report= \
|
||||||
|
--cov-fail-under=0
|
||||||
|
|
||||||
- name: Upload unit coverage
|
- name: Upload unit coverage
|
||||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
@@ -66,7 +67,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
uv run pytest -m integration \
|
uv run pytest -m integration \
|
||||||
--cov=python_repositories \
|
--cov=python_repositories \
|
||||||
--cov-report=
|
--cov-report= \
|
||||||
|
--cov-fail-under=0
|
||||||
|
|
||||||
- name: Upload integration coverage
|
- name: Upload integration coverage
|
||||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user