This commit is contained in:
Boroumand, Amir A 2024-04-22 14:27:29 -04:00
parent 1552747d79
commit d01f216f7a
2 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,8 @@ jobs:
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- name: Run tests with pytest
run: pytest
- name: Run tests and collect coverage
run: pytest --cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:

View File

@ -1,3 +1,4 @@
fastapi==0.110.2
httpx==0.27.0
pytest==8.1.1
pytest-cov==5.0.0