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 a91be3a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 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,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

0 comments on commit a91be3a

Please sign in to comment.