Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
chore: add source into coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Mar 10, 2024
1 parent 54f2942 commit 6360d8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
cache: 'pipenv'
- run: pip install pipenv
- run: pipenv install --dev -v
- run: pipenv run coverage run -m pytest
- run: pipenv run coverage run --source=app -m pytest
- run: pipenv run mypy .
- run: pipenv run pylint --enable-all-extensions --fail-under 5 app
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: 1995parham-learning/fastapi101
files: .coverage

0 comments on commit 6360d8a

Please sign in to comment.