Rename project, add coverage

This commit is contained in:
Deko
2023-04-15 15:40:20 +02:00
parent cad32ae314
commit fcd1a849e3
2 changed files with 9 additions and 6 deletions

View File

@@ -34,6 +34,8 @@ jobs:
run: poetry run black . --check --verbose --diff
- name: pytest
run: poetry run pytest --cov -v
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
build:
runs-on: ubuntu-latest
permissions: