Skip to content

Commit

Permalink
fix: update coverage omit pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs committed Oct 26, 2024
1 parent a5b4ddd commit 796345f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commands_pre =
commands =
coverage run -m unittest discover -s tests
commands_post =
coverage report --omit=tests/**,**__init__.py --show-missing
coverage report --omit=tests/*,__init__.py --show-missing

[testenv:type]
deps =
Expand All @@ -20,4 +20,4 @@ commands_pre =
python3 -m pip -q install -e .
python3 -m pip --quiet install -r requirements-dev.txt
commands =
python3 -m mypy is_ipfs
python3 -m mypy is_ipfs

0 comments on commit 796345f

Please sign in to comment.