CodeCov workflow changes

This commit is contained in:
Roger Maitland 2023-02-13 20:02:24 -05:00
parent 4a982c59f4
commit d7ef354031

View file

@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests and collect coverage
run: pytest --cov app
run: pytest --cov=build123d.app
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3