Skip to content

Commit c8c768e

Browse files
Update dependency pytest-cov to v7 (#1094)
* Update dependency pytest-cov to v7 * update coveragerc to include subprocess measurement: see release notes https://pytest-cov.readthedocs.io/en/stable/changelog.html?utm_source=openai --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: clavedeluna <danalitovsky+git@gmail.com> Co-authored-by: Dani Alcala <112832187+clavedeluna@users.noreply.github.com>
1 parent 7df9df7 commit c8c768e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[run]
22
source = codemodder
3+
patch = subprocess
34
omit =
45
*/codemodder/scripts/*
56
*/codemodder/_version.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test = [
7272
"Pyjwt~=2.10.0",
7373
"pytest>=8.2,<9",
7474
"pytest-asyncio~=1.0",
75-
"pytest-cov>=6.1,<7",
75+
"pytest-cov>=7,<8",
7676
"pytest-mock>=3.15,<3.16",
7777
"pytest-randomly==4.*",
7878
"pytest-xdist==3.*",

0 commit comments

Comments
 (0)