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