added scrutinizer
This commit is contained in:
parent
17d06ac5f8
commit
2b3eae854f
|
|
@ -0,0 +1,7 @@
|
|||
filter:
|
||||
excluded_paths:
|
||||
- 'tests/*'
|
||||
tools:
|
||||
external_code_coverage:
|
||||
timeout: 300
|
||||
runs: 7
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue