Allow running tests from GitHub
This commit is contained in:
parent
9767adb7de
commit
7e4a880ca9
|
|
@ -7,6 +7,7 @@ concurrency:
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
@ -32,8 +33,4 @@ jobs:
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
coverage run -m pytest -v -s
|
python -m pytest -v -s
|
||||||
|
|
||||||
- name: Generate Coverage Report
|
|
||||||
run: |
|
|
||||||
coverage report -m
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue