parent
f7fda52fd0
commit
f9012c7963
1 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
name: Test
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
@ -16,6 +17,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: core
|
working-directory: core
|
||||||
run: pip3 install -r requirements.dev.txt
|
run: pip3 install -r requirements.dev.txt
|
||||||
- name: Run django tests
|
- name: Run django tests with coverage
|
||||||
working-directory: core
|
working-directory: core
|
||||||
run: python3 manage.py test
|
run: coverage run manage.py test
|
||||||
|
- name: Evaluate coverage
|
||||||
|
working-directory: core
|
||||||
|
run: coverage report
|
||||||
|
|
Loading…
Add table
Reference in a new issue