forked from shotgunsoftware/tk-core
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.coveragerc
26 lines (24 loc) · 803 Bytes
/
.coveragerc
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
# Copyright (c) 2017 Shotgun Software Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.
#
# coverage configuration - used by https://coveralls.io/ integration
#
#
[run]
source=tank
omit=
# We can't unit test our uis, so we're not going to put them inside the coverage
*tank/authentication/ui/*
*tank/authentication/sso_saml2/*
*tank/platform/qt/*
*tank/platform/qt5/*
[report]
exclude_lines =
raise NotImplementedError