README: add badges
This commit is contained in:
parent
ffdc6517f5
commit
c5b0262b32
2 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,7 @@ build:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
coverage: '/\d+\%\s*$/'
|
||||
script:
|
||||
- pip install --editable ".[test]"
|
||||
- pytest
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
[![pipeline status](https://gitlab.com/micro-entreprise/opnsense-prom-exporter/badges/main/pipeline.svg)](https://gitlab.com/micro-entreprise/opnsense-prom-exporter/)
|
||||
[![coverage report](https://gitlab.com/micro-entreprise/opnsense-prom-exporter/badges/main/coverage.svg)](https://gitlab.com/micro-entreprise/opnsense-prom-exporter/)
|
||||
[![Version status](https://img.shields.io/pypi/v/opnsense-prom-exporter.svg)](https://pypi.python.org/pypi/opnsense-prom-exporter/)
|
||||
[![PyPi Package](https://img.shields.io/pypi/dm/opnsense-prom-exporter?label=pypi%20downloads)](https://pypi.org/project/opnsense-prom-exporter)
|
||||
|
||||
|
||||
|
||||
# OPNSense Prometheus exporter
|
||||
|
||||
I've configures OPNSense with High Availability settings using 2 servers.
|
||||
|
|
Loading…
Reference in a new issue