chg: [coverage] install

pull/496/head
Alexandre Dulaunoy 2021-04-12 10:13:25 +02:00
parent 961672412b
commit ba33b2ebba
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ install:
- popd
script:
- pip install coverage
- coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ -l 127.0.0.1 &
- pid=$!
- sleep 5