From 90981c7a1c081380dc651e06ed734da09198d9cf 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 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index f288b32..ee449a7 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,10 +20,6 @@ jobs: experimental: [false] env: [""] - # include: - # - os: ubuntu - # ruby: head - # experimental: true steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 @@ -36,4 +32,5 @@ jobs: timeout-minutes: 30 env: AEROSPIKE_HOSTS: "127.0.0.1:3000" + CODECOV_ENABLED: "true" run: ${{matrix.env}} bundle exec rspec