diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index ed09dda5..00000000 --- a/.coveragerc +++ /dev/null @@ -1,17 +0,0 @@ -[run] -data_file = .coverage-reports/.coverage -branch = True -parallel = True -source = - apprise - -[paths] -source = - apprise - .tox/*/lib/python*/site-packages/apprise - .tox/pypy/site-packages/apprise - -[report] -show_missing = True -skip_covered = True -skip_empty = True diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c8b52eb2..6172f812 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,54 @@ ## Description: **Related issue (if applicable):** # - + ## New Service Completion Status * [ ] apprise/plugins/.py -* [ ] KEYWORDS +* [ ] pypackage.toml update `keywords` section to identify our new service - add new service into this file (alphabetically). * [ ] README.md - add entry for new service to table (as a quick reference) @@ -17,8 +59,8 @@ * [ ] The code change is tested and works locally. * [ ] There is no commented out code in this PR. -* [ ] No lint errors (use `flake8`) -* [ ] 100% test coverage +* [ ] No lint errors (use `tox -e lint`) +* [ ] 100% test coverage (use `tox -e minimal`) ## Testing