Skip to content

Commit

Permalink
Move pytest-cov to CI group in Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Jul 3, 2024
1 parent 64c0c00 commit 0b3edec
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
run: pipenv verify

- name: Install dependencies
run: |
pipenv install --dev --deploy
pipenv run pip install pytest-cov
run: pipenv install --categories="packages dev-packages ci" --deploy

- name: Run Tests
run: pipenv run pytest --cov=tin
Expand Down
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ myst-parser = "*"
sphinx-copybutton = "*"
sphinxcontrib-django = "*"

[ci]
pytest-cov = "*"

[requires]
python_version = "3.8"
240 changes: 239 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b3edec

Please sign in to comment.