feat: Begins live database client tests.
All checks were successful
CI / Linux Tests (push) Successful in 5m35s
All checks were successful
CI / Linux Tests (push) Successful in 5m35s
This commit is contained in:
10
justfile
10
justfile
@@ -21,3 +21,13 @@ run-docker:
|
||||
|
||||
test-docker: (build-docker "docker/Dockerfile.test")
|
||||
@docker run --rm {{docker_image}}:{{docker_tag}} swift test
|
||||
|
||||
code-coverage:
|
||||
@llvm-cov report \
|
||||
"$(find $(swift build --show-bin-path) -name '*.xctest')" \
|
||||
-instr-profile=.build/debug/codecov/default.profdata \
|
||||
-ignore-filename-regex=".build|Tests" \
|
||||
-use-color
|
||||
|
||||
test:
|
||||
@swift test --enable-code-coverage
|
||||
|
||||
Reference in New Issue
Block a user