Skip to content

Commit

Permalink
Add codecov dependency for testing
Browse files Browse the repository at this point in the history
This package was added via `make dev`.
  • Loading branch information
marcelofern committed Aug 26, 2024
1 parent 6ad7068 commit 6551ce0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ docs = "https://django-pg-migration-tools.readthedocs.io/"
# Used for running the test matrix via `nox` locally or by remote checks.
# Also reused in the `dev` dependencies list.
pytest-in-nox = [
"coverage>=7.6.1",
"dj-database-url>=2.1.0",
"django-stubs>=5.0.0",
"environs>=11.0.0",
Expand Down
2 changes: 2 additions & 0 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ charset-normalizer==3.3.2
# via requests
colorlog==6.8.2
# via nox
coverage==7.6.1
# via django-pg-migration-tools (pyproject.toml)
distlib==0.3.8
# via virtualenv
dj-database-url==2.2.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/pytest-in-nox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ asgiref==3.8.1
# django-stubs
colorlog==6.8.2
# via nox
coverage==7.6.1
# via django-pg-migration-tools (pyproject.toml)
distlib==0.3.8
# via virtualenv
dj-database-url==2.2.0
Expand Down

0 comments on commit 6551ce0

Please sign in to comment.