Skip to content

Commit 78c1bc3

Browse files
committed
Fix errors
1 parent 2b4d569 commit 78c1bc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ logs:
1919

2020
test: up test-e2e test-integration test-unit
2121

22+
test-coverage: up coverage
23+
2224
test-e2e:
2325
docker-compose run --rm --no-deps --entrypoint=pytest app /tests/e2e -vv -rs
2426

@@ -31,7 +33,7 @@ test-unit:
3133
test-smoke:
3234
docker-compose run --rm --no-deps --entrypoint=pytest app /tests -vv -rs -m smoke
3335

34-
test-coverage:
36+
coverage:
3537
docker-compose run --rm --no-deps --entrypoint=pytest app /tests -q -rs --cov=allocation --cov-report xml:coverage.xml
3638

3739
check-black:

0 commit comments

Comments
 (0)