Split CI into parallel unit, integration, and coverage report jobs #28
@@ -33,7 +33,7 @@ jobs:
|
|||||||
--cov-report=
|
--cov-report=
|
||||||
|
|
||||||
- name: Upload unit coverage
|
- name: Upload unit coverage
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: coverage-unit
|
name: coverage-unit
|
||||||
path: .coverage
|
path: .coverage
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
--cov-report=
|
--cov-report=
|
||||||
|
|
||||||
- name: Upload integration coverage
|
- name: Upload integration coverage
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: coverage-integration
|
name: coverage-integration
|
||||||
path: .coverage
|
path: .coverage
|
||||||
@@ -96,13 +96,13 @@ jobs:
|
|||||||
run: uv sync --all-extras
|
run: uv sync --all-extras
|
||||||
|
|
||||||
- name: Download unit coverage
|
- name: Download unit coverage
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: coverage-unit
|
name: coverage-unit
|
||||||
path: coverage-unit
|
path: coverage-unit
|
||||||
|
|
||||||
- name: Download integration coverage
|
- name: Download integration coverage
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: coverage-integration
|
name: coverage-integration
|
||||||
path: coverage-integration
|
path: coverage-integration
|
||||||
|
|||||||
Reference in New Issue
Block a user