diff --git a/.github/workflows/coverage_testing.yml b/.github/workflows/coverage_testing.yml index efd85e06..72f74a4b 100644 --- a/.github/workflows/coverage_testing.yml +++ b/.github/workflows/coverage_testing.yml @@ -32,6 +32,11 @@ jobs: coverage report coverage html -d coverage_report + - name: Delete test database + run: | + cd ./Django/communicado + python manage.py flush --no-input + - name: Save coverage report artifact uses: actions/upload-artifact@v2 with: