Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Omit and folders from coverage measurement, 2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig Schubert committed Jan 4, 2019
1 parent ed59cef commit d5c364e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ envlist = py{27,36}
deps =
tensorflow
.[test]
commands = coverage run --source lucid --omit lucid/scratch,lucid/recipes,lucid/misc/gl -m py.test {posargs}
commands = coverage run -m py.test {posargs}

[coverage:run]
source = lucid
omit = scratch/*,
recipes/*,
misc/gl/*
parallel = True


[pytest]
addopts = --verbose --run-slow
Expand Down

0 comments on commit d5c364e

Please sign in to comment.