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

Commit

Permalink
feat: complete coverage and caching
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Mar 10, 2024
1 parent f30a77b commit 0978f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pipenv'
- run: pip install pipenv
- run: pipenv install --dev -v
- run: pipenv run coverage run -m pytest
- run: pipenv run mypy .
- run: pipenv run pylint --enable-all-extensions --fail-under 5 app
- uses: codecov/codecov-action@v4
with:
files: coverage.out
files: .coverage

0 comments on commit 0978f5c

Please sign in to comment.