Skip to content

Commit

Permalink
Ignore benchmarks in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Feb 17, 2022
1 parent dcb0ead commit 2616c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type = [

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra --strict-markers --ignore=docs/conf.py --ignore=setup.py --ignore=benchmark/benchmark.py --ignore=ci --ignore=.eggs --doctest-modules --doctest-glob=/*.rst --tb=short"
addopts = "-ra --strict-markers --ignore=docs/conf.py --ignore=setup.py --ignore=benchmark --ignore=ci --ignore=.eggs --doctest-modules --doctest-glob=/*.rst --tb=short"
norecursedirs = [
".git",
".tox",
Expand Down

0 comments on commit 2616c91

Please sign in to comment.