add code coverage bade & ci: fix pytest-cov

This commit is contained in:
scito
2022-12-30 00:58:52 +01:00
parent 51094a1a18
commit 04d864c093
7 changed files with 107 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations # for compatibility with Python < 3.11
import pathlib
from setuptools import setup # type: ignore
from setuptools import setup
setup(
name='extract_otp_secret_keys',
@@ -14,10 +14,13 @@ setup(
author='scito',
author_email='info@scito.ch',
# https://pypi.org/classifiers/
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Environment :: X11 Applications :: Qt',
'Environment :: Win32 (MS Windows)',
'Topic :: System :: Archiving :: Backup',
'Topic :: Utilities',