File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed
Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ test:
1414 poetry run pytest
1515
1616coverage :
17- @cd ../.. && poetry -C lambdas/mesh-download run pytest lambdas/mesh-download/src/__tests__/ \
18- --cov=lambdas/mesh-download/src \
19- --cov-config=lambdas/mesh-download/pytest.ini \
20- --cov-report=html:lambdas/mesh-download/htmlcov \
17+ poetry run pytest src/__tests__/ \
18+ --cov=src \
19+ --cov-report=html:htmlcov \
2120 --cov-report=term-missing \
22- --cov-report=xml:lambdas/mesh-download/ coverage.xml \
21+ --cov-report=xml:coverage.xml \
2322 --cov-branch
2423
2524lint :
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ test:
1414 poetry run pytest
1515
1616coverage :
17- @cd ../.. && poetry -C lambdas/mesh-poll run pytest lambdas/mesh-poll/src/__tests__/ \
18- --cov=lambdas/mesh-poll/src \
19- --cov-config=lambdas/mesh-poll/pytest.ini \
20- --cov-report=html:lambdas/mesh-poll/htmlcov \
17+ poetry run pytest src/__tests__/ \
18+ --cov=src \
19+ --cov-report=html:htmlcov \
2120 --cov-report=term-missing \
22- --cov-report=xml:lambdas/mesh-poll/ coverage.xml \
21+ --cov-report=xml:coverage.xml \
2322 --cov-branch
2423
2524lint :
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ test:
1414 poetry run pytest || echo
1515
1616coverage :
17- @cd ../.. && poetry -C utils/metric-publishers run pytest utils/metric-publishers/tests/ \
18- --cov=utils/metric-publishers/metric_publishers \
19- --cov-config=utils/metric-publishers/pytest.ini \
20- --cov-report=html:utils/metric-publishers/htmlcov \
17+ poetry run pytest tests/ \
18+ --cov=metric_publishers \
19+ --cov-report=html:htmlcov \
2120 --cov-report=term-missing \
22- --cov-report=xml:utils/metric-publishers/ coverage.xml \
21+ --cov-report=xml:coverage.xml \
2322 --cov-branch
2423
2524lint :
You can’t perform that action at this time.
0 commit comments