Coverage for the plugins package as well

This commit is contained in:
Felipe Martin 2020-12-14 23:26:06 +01:00
parent 49a9fccbf3
commit e363ebf5ca
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 4 additions and 1 deletions

View File

@ -29,4 +29,4 @@ jobs:
- name: Test with pytest
run: |
ls
poetry run pytest --cov=butterrobot
poetry run pytest --cov=butterrobot --cov=butterrobot_plugins_contrib

View File

@ -19,6 +19,9 @@ podman@dev:
make podman@tag-dev
make podman@push-dev
test:
poetry run pytest --cov=butterrobot --cov=butterrobot_plugins_contrib
clean:
rm -rf dist
rm -rf butterrobot.egg-info