Skip to content

Commit

Permalink
Merge branch 'mr/trespeuch/speed-up-coverage' into 'master'
Browse files Browse the repository at this point in the history
Disable branch coverage

See merge request it/e3-core!71
  • Loading branch information
pierretr committed Dec 11, 2024
2 parents 7f2ea4b + 916ffb2 commit 96fed5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ version = {file = "VERSION"}
fail_under = 90

[tool.coverage.run]
branch = true
branch = false
omit = [
"*mypy.py"
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands=
--durations=10 \
xdist: -n auto \
cov: --e3-cov-rewrite {envsitepackagesdir} src \
cov: --cov {envsitepackagesdir}/e3/ --cov-branch \
cov: --cov {envsitepackagesdir}/e3/ \
[]
codecov: codecov

Expand Down

0 comments on commit 96fed5b

Please sign in to comment.