mirror of
https://github.com/gumyr/build123d.git
synced 2026-01-08 10:13:04 -08:00
CodeCov workflow changes
This commit is contained in:
parent
2246320575
commit
fb62eecf2d
2 changed files with 3 additions and 0 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Run tests and collect coverage
|
||||
run: pytest --cov app
|
||||
- name: Upload coverage to Codecov
|
||||
|
|
|
|||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue