From 8b77b8d6744c5bece9259f0687abcfa034f6c2d8 Mon Sep 17 00:00:00 2001 From: D-Pankey <30415217+D-Pankey@users.noreply.github.com> Date: Thu, 4 May 2023 13:54:23 -0400 Subject: [PATCH] coverage and flake 8 --- .github/workflows/github-actions.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e593a6a0..b02bb556 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -37,8 +37,14 @@ jobs: run: python manage.py migrate - name: Run test run: python manage.py test - - name: flake8 Lint - uses: py-actions/flake8@v2 + - name: Run flake8 + uses: suo/flake8-github-action@releases/v1 + with: + checkName: 'build' # NOTE: this needs to be the same as the job name + - name: Django Coverage action + uses: actions/python-django-coverage-gitHub-action@0.9 + with: + minimum-coverage: '75' env: RIDGEBACK_DB_NAME: github_actions RIDGEBACK_DB_PASSWORD: postgres