Skip to content

Commit

Permalink
Merge pull request #179 from Crown-Commercial-Service/dependabot/pip/…
Browse files Browse the repository at this point in the history
…pytest-cov-6.0.0
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
2 parents 3e37873 + 9ba629d commit 0848d97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ venv*
.cache
.idea/
.DS_Store
.coverage
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ version = {attr = "dmapiclient.__version__"}

[tool.setuptools.package-data]
"dmapiclient" = ["py.typed"]

[tool.pytest.ini_options]
addopts = "--cov=dmapiclient"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pytest==8.3.4
# via
# ccs-digitalmarketplace-apiclient (pyproject.toml)
# pytest-cov
pytest-cov==5.0.0
pytest-cov==6.0.0
# via ccs-digitalmarketplace-apiclient (pyproject.toml)
requests==2.32.3
# via
Expand Down

0 comments on commit 0848d97

Please sign in to comment.