mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v5
|
||||
- name: Setup
|
||||
uses: ./.github/actions/setup/
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Run tests and collect coverage
|
||||
run: pytest --cov=build123d
|
||||
- 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