Skip to content

Commit b591b4e

Browse files
committed
codecov: Exclude _session.py, which won't be covered by github CI
Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 51d6fd0 commit b591b4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# The files aren't interesting for the unit tests run in CI
1+
# These files will only get full coverage from running the functional
2+
# tests, but those aren't run from CI
23
ignore:
34
- "bugzilla/_backendrest.py"
45
- "bugzilla/_backendxmlrpc.py"
6+
- "bugzilla/_session.py"

0 commit comments

Comments
 (0)