Skip to content

Commit

Permalink
Exclude non-relevant files from search indexers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxixes committed Jul 1, 2024
1 parent 1cb100b commit ece1ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
curl "http://localhost:8983/solr/admin/cores?action=RELOAD&core=tester"
fi
python manage.py collectstatic -v 0 -c --noinput
coverage run -a --branch --source wirecloud --omit="*/wirecloud/semanticwiring/*,*/wirecloud/guidebuilder/*,*/tests/*,*/tests.py,*/wirecloud/commons/utils/template/*" manage.py test --noinput --nologcapture -v 2 -a tags='wirecloud-search-api'
coverage run -a --branch --source wirecloud --omit="*/wirecloud/semanticwiring/*,*/wirecloud/guidebuilder/*,*/tests/*,*/tests.py,*/wirecloud/commons/utils/template/*,*/wirecloud/platform/workspace/*,*/wirecloud/platform/iwidget/*" manage.py test --noinput --nologcapture -v 2 -a tags='wirecloud-search-api'
- name: Coveralls Parallel
uses: AndreMiras/coveralls-python-action@develop
with:
Expand Down

0 comments on commit ece1ade

Please sign in to comment.