Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 824 Bytes

RELEASE.MD

File metadata and controls

33 lines (22 loc) · 824 Bytes

License Apache2

This page is mean to help developer to release this the SDK.

Run the Test

Prerequisites

To run the tests you need 3 different environments: Dev, PROD and a local installation. For Astra DEV and production you should have the following environment variables sets: ASTRA_DB_APPLICATION_TOKEN_DEV and ASTRA_DB_APPLICATION_TOKEN.

  • Generate Jacoco Report
mvn clean test jacoco:report 
  • Push to SONAR
mvn clean test jacoco:report  verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=clun_astra-db-java
  • Start the ssh-agent
eval "$(ssh-agent -s)"
  • Add the ssh key to the agent
cd ~/.ssh
ssh-add githubff4j