From bff058c961503ab9424b7ce322afc79a837b3977 Mon Sep 17 00:00:00 2001 From: "Cioffi, Kevin" Date: Fri, 16 Aug 2024 16:21:17 -0400 Subject: [PATCH] Add white space to workflow. --- .github/workflows/ci-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index 4683faa..efba084 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -62,6 +62,7 @@ jobs: - name: Run unit tests run: python manage.py test store.tests --settings=ecommerce.settings.dev --parallel + coverage: runs-on: ubuntu-latest