Add codacy badge and complete restructure

This commit is contained in:
2022-12-13 11:54:33 +01:00
parent 139d080df1
commit 3f263deae9
9 changed files with 22 additions and 54 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Lint
run: |
black --check --diff src
flake8 --count src
flake8 --count --per-file-ignores="__init__.py:F401" src
- name: Tests
run: |
coverage run -m unittest discover -v - s src