File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [run]
2+ branch = True
3+ source = vlogs_handler
4+
5+ [report]
6+ exclude_lines =
7+ if self.debug:
8+ pragma: no cover
9+ raise NotImplementedError
10+ if __name__ == .__main__.:
11+ ignore_errors = True
12+ omit =
13+ */test*.py
14+ */tests/*
15+ */migrations/*
Original file line number Diff line number Diff line change 1- # victorialogs-handler
1+ # python- victorialogs-handler
22
33A Python log handler for Victoria Logs.
4+
5+ [ ![ release] ( https://img.shields.io/pypi/v/python-victorialogs-handler?label=release )] ( https://pypi.org/project/python-victorialogs-handler/ )
6+ [ ![ python] ( https://img.shields.io/pypi/pyversions/python-victorialogs-handler )] ( https://pypi.org/project/python-victorialogs-handler/ )
7+ [ ![ CI/CD] ( https://github.com/ErikKalkoken/python-victorialogs-handler/actions/workflows/cicd.yaml/badge.svg )] ( https://github.com/ErikKalkoken/python-victorialogs-handler/actions/workflows/cicd.yaml )
8+ [ ![ codecov] ( https://codecov.io/gh/ErikKalkoken/python-victorialogs-handler/graph/badge.svg?token=2pPb3lid2k )] ( https://codecov.io/gh/ErikKalkoken/python-victorialogs-handler )
9+ [ ![ license] ( https://img.shields.io/badge/license-MIT-green )] ( https://gitlab.com/ErikKalkoken/python-victorialogs-handler/-/blob/master/LICENSE )
10+
11+ In development...
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ classifiers = [
2424dependencies = [" requests" ]
2525
2626[project .urls ]
27- Home = " https://github.com/ErikKalkoken/evebuddy "
27+ Home = " https://github.com/ErikKalkoken/python-victorialogs-handler "
2828
2929[project .optional-dependencies ]
3030test = [" requests-mock" , " coverage" ]
You can’t perform that action at this time.
0 commit comments