diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 29cbcb34..935eab79 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,7 +56,11 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --output-file=flake8.output cat flake8.output - - name: Test with Coverage + - name: Test with pytest + run: | + pytest + + - name: Generate Coverage run: | coverage run coverage xml