We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2e5b7 commit eae4795Copy full SHA for eae4795
utils/event-publisher-py/Makefile
@@ -10,11 +10,11 @@ test:
10
poetry run pytest event_publisher/__tests__/ -v
11
12
coverage:
13
- cd ../.. && poetry -C utils/event-publisher-py run pytest utils/event-publisher-py/event_publisher/__tests__/ \
14
- --cov=utils/event-publisher-py/event_publisher \
15
- --cov-report=html:utils/event-publisher-py/htmlcov \
+ poetry run pytest event_publisher/__tests__/ \
+ --cov=event_publisher \
+ --cov-report=html:htmlcov \
16
--cov-report=term-missing \
17
- --cov-report=xml:utils/event-publisher-py/coverage.xml \
+ --cov-report=xml:coverage.xml \
18
--cov-branch
19
20
clean:
0 commit comments