Coverage for the plugins package as well

This commit is contained in:
Felipe M 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 - name: Test with pytest
run: | run: |
ls 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@tag-dev
make podman@push-dev make podman@push-dev
test:
poetry run pytest --cov=butterrobot --cov=butterrobot_plugins_contrib
clean: clean:
rm -rf dist rm -rf dist
rm -rf butterrobot.egg-info rm -rf butterrobot.egg-info