Skip to content

Commit

Permalink
Add branch coverage stats (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Feb 24, 2019
1 parent fadc192 commit 5b8c156
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ basepython = python3.6
commands =
python -m pip -q install numpy wheel
python -m pip -q install pycuda
coverage run --source xentica -m pytest
coverage run --branch --source xentica -m pytest
coverage report --show-missing --fail-under=100
deps =
pytest
Expand Down Expand Up @@ -53,12 +53,11 @@ commands =
pylint xentica examples docs tests

[testenv:benchmark]
description=PERFORMANCE CHECK
basepython = python3.6
commands =
python -m pip -q install numpy wheel
python -m pip -q install pycuda
python3 tests/performance.py
python3 tests/benchmark.py

[testenv:sanity]
basepython = python3.6
Expand Down

0 comments on commit 5b8c156

Please sign in to comment.