added coverage

added pytest reporting
updated Github Action CI/CD to write coverage output to docs
updated GA CI/CD to generate test and coverage badges
This commit is contained in:
smilerz
2023-12-27 19:22:11 -06:00
parent b78597fa52
commit 9344bf80da
4 changed files with 15 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build:
if: github.repository_owner == 'TandoorRecipes'
if: github.repository_owner == 'smilerz'
runs-on: ubuntu-latest
strategy:
max-parallel: 4