Skip to content

Commit 552b5ab

Browse files
committed
eli-176 resolving merge conflict
1 parent 20455e7 commit 552b5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/unit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ cd "$(git rev-parse --show-toplevel)"
1818
# tasks in scripts/test.mk.
1919
UPSTREAM_HOST=test
2020
make dependencies install-python
21-
UPSTREAM_HOST=$UPSTREAM_HOST poetry run pytest tests/unit/ --durations=10 --cov-report= --cov
21+
UPSTREAM_HOST=$UPSTREAM_HOST poetry run pytest tests/unit/ --durations=10 --cov-report=xml --cov=src/

0 commit comments

Comments
 (0)