Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 8febbaf

Browse files
committed
Generate xml report coverage
1 parent d0538d3 commit 8febbaf

File tree

3 files changed

+2
-38
lines changed

3 files changed

+2
-38
lines changed

.codeclimate.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

PITCHME.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ commands =
3636
style: pycodestyle --ignore=E402,W503,W504 bluepyopt
3737
syntax: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
3838

39-
unit: pytest --cov=bluepyopt --cov-append bluepyopt/tests -k unit
40-
functional: pytest --cov=bluepyopt --cov-append bluepyopt/tests -k-unit
39+
unit: pytest --cov=bluepyopt --cov-append --cov-report=xml bluepyopt/tests -k unit
40+
functional: pytest --cov=bluepyopt --cov-append --cov-report=xml bluepyopt/tests -k-unit
4141

4242
[testenv:docs]
4343
basepython = python3.6

0 commit comments

Comments
 (0)