forked from pruksmhc/mindlogger-app-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
25 lines (25 loc) · 808 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[coverage:run]
data_file = build/test/coverage/python_temp/.coverage
branch = True
omit =
girderformindlogger/external/*
test/*
plugins/*/plugin_tests
include =
girderformindlogger/*
plugins/*
.tox/*/lib/*/site-packages/girderformindlogger/*
.tox/*/lib/*/site-packages/girder_*/*
parallel = True
[coverage:paths]
# Include sources from installed package in Tox's {envsitepackagesdir}
girderformindlogger =
girderformindlogger/
.tox/*/lib/*/site-packages/girderformindlogger/
# TODO: There should be entries for each plugin to merge results from pytest and
# cmake tests. Do we want to list each individually?
[coverage:html]
directory = build/test/artifacts/python_coverage
title = Girder Coverage Report
[coverage:xml]
output = build/test/coverage/py_coverage.xml