Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 814 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 814 Bytes

Integration Tests Build Core Docker image

Debezium connector spanner

Prerequisites

need to set google credentials file path
export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/service-account-file.json"

or set connector config parameter googleApplicationCredentialsFile

Tests

Run Unit tests

mvn test

Run coverage check

mvn clean test jacoco:report -P test-coverage
  • Coverage report for unit tests is available at ${module.path}/target/site/jacoco/index.html