add coveralls webhook (#467)

Fix coverage report
This commit is contained in:
Steffen Fredriksen 2020-05-13 11:32:18 +02:00 committed by GitHub
parent 2c4f21514c
commit c31db74fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
[run]
omit = */site-packages/plexapi/*
[report]
exclude_lines =
pragma: no cover

View file

@ -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