Skip to content

Commit

Permalink
[CLIENT-2682] Code Coverage - obtain current code coverage numbers fo…
Browse files Browse the repository at this point in the history
…r automated unit/integration functional tests
  • Loading branch information
khaf committed Aug 14, 2024
1 parent fd514b2 commit 90981c7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
#- macos-latest
- ubuntu
# - macos

ruby:
- "2.6"
Expand All @@ -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
Expand All @@ -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

0 comments on commit 90981c7

Please sign in to comment.