Skip to content

Commit

Permalink
coverage and flake 8
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Pankey committed May 4, 2023
1 parent cc84cc2 commit 8b77b8d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
minimum-coverage: '75'
env:
RIDGEBACK_DB_NAME: github_actions
RIDGEBACK_DB_PASSWORD: postgres
Expand Down

0 comments on commit 8b77b8d

Please sign in to comment.