Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Nov 7, 2023
1 parent e390cdf commit 5826eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Run tests
run: |
coverage run --source='.' manage.py test
coverage html --omit=laboratory/asgi.py,laboratory/wsgi.py,manage.py,analysis/management/*
coverage report --omit=laboratory/asgi.py,laboratory/wsgi.py,manage.py,analysis/management/* --fail-under=100
coverage html --omit=laboratory/asgi.py,laboratory/wsgi.py,manage.py,analysis/management/*
coverage report --omit=laboratory/asgi.py,laboratory/wsgi.py,manage.py,analysis/management/* --fail-under=100

0 comments on commit 5826eaf

Please sign in to comment.