CodeCov workflow changes

This commit is contained in:
Roger Maitland 2023-02-13 20:32:08 -05:00
parent 922ae724eb
commit 1cec053a4d

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=build123d.app
run: pytest --cov=build123d
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3