mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 10:41:20 -08:00
coverage.yml -> depend on .github/actions/setup like other workflows
This commit is contained in:
parent
e36ab04cbc
commit
dd1aabba78
1 changed files with 3 additions and 6 deletions
9
.github/workflows/coverage.yml
vendored
9
.github/workflows/coverage.yml
vendored
|
|
@ -6,14 +6,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.10
|
- name: Setup
|
||||||
uses: actions/setup-python@v5
|
uses: ./.github/actions/setup/
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: Install dependencies
|
|
||||||
run: pip install -r requirements.txt
|
|
||||||
- name: Run tests and collect coverage
|
- name: Run tests and collect coverage
|
||||||
run: pytest --cov=build123d
|
run: pytest --cov=build123d
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue