added collection-step to coverage
This commit is contained in:
parent
5a7f83798e
commit
6c296e1384
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
sudo apt-get update
|
||||
pip3 install invoke
|
||||
invoke install
|
||||
invoke static
|
||||
- name: Coverage Tests
|
||||
run: |
|
||||
invoke coverage
|
||||
|
|
|
|||
Loading…
Reference in New Issue