From a91be3a814c19a800536e4e52d03da6522cd2bf4 Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Wed, 14 Aug 2024 13:11:07 +0200 Subject: [PATCH] [CLIENT-2682] Code Coverage - obtain current code coverage numbers for automated unit/integration functional tests --- .github/workflows/development.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index f288b32..1d85c2c 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: os: - - ubuntu-latest - #- macos-latest + - ubuntu + # - macos ruby: - "2.6" @@ -20,20 +20,17 @@ jobs: experimental: [false] env: [""] - # include: - # - os: ubuntu - # ruby: head - # experimental: true steps: + - name: Set up Aerospike Database + uses: reugn/github-action-aerospike@v1 - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} bundler-cache: true - - name: Set up Aerospike Database - uses: reugn/github-action-aerospike@v1 - name: Run tests timeout-minutes: 30 env: AEROSPIKE_HOSTS: "127.0.0.1:3000" + CODECOV_ENABLED: "true" run: ${{matrix.env}} bundle exec rspec