Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
RagiGeorge committed Oct 31, 2023
1 parent b08d939 commit 298d27c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,18 @@ commands:
- store_test_results:
path: test-results
run_sonarqube:
parameters:
tests:
default: "tests"
type: string
steps:
- attach_workspace:
at: .
- run:
name: Install Java
environment:
INSTANA_TEST: "true"
CASSANDRA_TEST: "<<parameters.cassandra>>"
COUCHBASE_TEST: "<<parameters.couchbase>>"
GEVENT_TEST: "<<parameters.gevent>>"
command: |
sudo apt-get update
sudo apt-get install openjdk-11-jdk
Expand Down

0 comments on commit 298d27c

Please sign in to comment.