From c31db74fca846283f5f3e0142f7fea817aa1704c Mon Sep 17 00:00:00 2001 From: Steffen Fredriksen Date: Wed, 13 May 2020 11:32:18 +0200 Subject: [PATCH] add coveralls webhook (#467) Fix coverage report --- .coveragerc | 5 +++++ .travis.yml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.coveragerc b/.coveragerc index c6341b7a..e75e85e7 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,8 @@ +[run] +omit = */site-packages/plexapi/* + + + [report] exclude_lines = pragma: no cover diff --git a/.travis.yml b/.travis.yml index 104a3d5d..40170874 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,10 @@ after_success: after_script: - '[ -z "${PLEXAPI_AUTH_MYPLEX_USERNAME}" ] || PYTHONPATH="$PWD:$PYTHONPATH" python -u tools/plex-teardowntest.py' + +notifications: + webhooks: https://coveralls.io/webhook + jobs: include: - python: 3.6