Skip to content

Commit

Permalink
Fix codecov + xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
lexicalunit committed May 3, 2024
1 parent aa54c72 commit f14fecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[run]
branch = True
concurrency = multiprocessing
parallel = true
source = .
omit =
src/spellbot/_version.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ safe_licenses = [

[tool.pytest.ini_options]
addopts = """
-W ignore::DeprecationWarning --no-header --cov --cov-report=html -vv
-W ignore::DeprecationWarning --no-header --cov --cov-report xml:coverage.xml --cov-report=html -vv
"""

[tool.poetry]
Expand Down

0 comments on commit f14fecb

Please sign in to comment.