Skip to content

Commit 6d9c7c0

Browse files
Bump Coverage
Bump the coverage package to the latest version. This also requires bumping coveralls. Signed-off-by: Hassan Abouelela <[email protected]>
1 parent 04b1870 commit 6d9c7c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
branch = true
33
source =
44
pydis_site
5-
pydis_site/apps/admin
65
pydis_site/apps/api
76
pydis_site/apps/home
87
pydis_site/apps/staff

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ django-distill = "3.0.1"
2525
PyJWT = {version = "2.4.0", extras = ["crypto"]}
2626

2727
[tool.poetry.dev-dependencies]
28-
coverage = "~=5.0"
28+
coverage = "6.4.4"
2929
flake8 = "~=3.7"
3030
flake8-annotations = "~=2.0"
3131
flake8-bandit = "~=3.0"
@@ -39,7 +39,7 @@ mccabe = "~=0.6.1"
3939
pep8-naming = "~=0.9"
4040
pre-commit = "~=2.1"
4141
pyfakefs = "~=4.5"
42-
coveralls = "~=2.1"
42+
coveralls = "3.3.1"
4343
taskipy = "~=1.7.0"
4444
python-dotenv = "~=0.17.1"
4545

0 commit comments

Comments
 (0)