Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Really ignore wandb/vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Jul 21, 2020
1 parent b209c14 commit d594278
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 @@ -180,7 +180,7 @@ setenv =
COVERALLS_PARALLEL=true
commands =
/usr/bin/env bash -c '{envpython} -m coverage combine {toxworkdir}/py*/.coverage'
coverage report --ignore-errors --skip-covered --omit "wandb/vendor/*" --omit "wandb/sdk_py27/*"
coverage report --ignore-errors --skip-covered --omit "wandb/vendor/**" --omit "wandb/sdk_py27/*"
coveralls

[testenv:covercirclepy2]
Expand All @@ -196,7 +196,7 @@ setenv =
COVERALLS_PARALLEL=true
commands =
/usr/bin/env bash -c '{envpython} -m coverage combine {toxworkdir}/py*/.coverage'
coverage report --ignore-errors --skip-covered --omit "wandb/vendor/*" --omit "wandb/sdk/*"
coverage report --ignore-errors --skip-covered --omit "wandb/vendor/**" --omit "wandb/sdk/*"
coveralls

[testenv:cover]
Expand Down

0 comments on commit d594278

Please sign in to comment.