Skip to content
Snippets Groups Projects
Commit 6c222a51 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Version 1.0.1 (fix prokka uniq headers bug)

parent 50ac8702
No related branches found
No related tags found
No related merge requests found
Pipeline #39387 passed
"""PanACoTA"""
__version__ = "1.0-dev"
__version__ = "1.0.1"
......@@ -7,8 +7,7 @@ max-line-length = 100
[tool:pytest]
junit_family=legacy
addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl
# --cov-append
addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl --cov-append
# add option for junit tests report --junitxml=junit_tests.xml
# add option if coverage must be added to previous one --cov-append
# add option to get report in terminal --cov-report=term
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment