diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..838a8e4 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,7 @@ +filter: + excluded_paths: + - 'tests/*' +tools: + external_code_coverage: + timeout: 300 + runs: 7 diff --git a/README.rst b/README.rst index 07c13e2..2ab0381 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ APRS library for Python ~~~~~~~~~~~~~~~~~~~~~~~ -|pypi| |coverage| |master_build| +|pypi| |coverage| |scru| |master_build| A python library for dealing with APRS. It can be used to interact with APRS-IS servers, sending and receiving. @@ -36,6 +36,10 @@ Contribution :target: https://coveralls.io/r/rossengeorgiev/aprs-python?branch=master :alt: Test coverage +.. |scru| image:: https://scrutinizer-ci.com/g/rossengeorgiev/aprs-python/badges/quality-score.png?b=master + :target: https://scrutinizer-ci.com/g/rossengeorgiev/aprs-python/?branch=master + :alt: Scrutinizer score + .. |master_build| image:: https://img.shields.io/travis/rossengeorgiev/aprs-python/master.svg?style=flat&label=master%20build :target: http://travis-ci.org/rossengeorgiev/aprs-python :alt: Build status of master branch