Skip to content

Commit

Permalink
try a coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Dec 18, 2023
1 parent cb31b84 commit b8a77ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ jobs:
run: python manage.py makemigrations --check --noinput
- name: Test
run: python manage.py test --settings=rca.settings.test
- name: Coverage
uses: actions/[email protected]
with:
django-app: 'rca'
minimum-coverage: '86'

0 comments on commit b8a77ae

Please sign in to comment.