mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-05 18:20:46 -08:00
CodeCov workflow changes
This commit is contained in:
parent
922ae724eb
commit
1cec053a4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Run tests and collect coverage
|
||||
run: pytest --cov=build123d.app
|
||||
run: pytest --cov=build123d
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue