Skip to content

Commit

Permalink
Add --cov-config=pyproject.toml so config is always correctly loade…
Browse files Browse the repository at this point in the history
…d by `pytest-cov` (#7793)
  • Loading branch information
graingert authored Apr 19, 2023
1 parent eb531b3 commit 1baa5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ addopts = '''
--ignore=.github
--strict-markers
--strict-config
--cov-config=pyproject.toml
-p no:asyncio
-p no:legacypath'''
filterwarnings = [
Expand Down

0 comments on commit 1baa5ff

Please sign in to comment.