CodeCov workflow changes

This commit is contained in:
Roger Maitland 2023-02-13 19:34:25 -05:00
parent 2246320575
commit fb62eecf2d
2 changed files with 3 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
pytest