Skip to content

Commit

Permalink
fix: Remove Ruby 3.0 Testing (#1948)
Browse files Browse the repository at this point in the history
* fix: Remove Ruby 3.0 testing

Signed-off-by: Dan Webb <dan.webb@damacus.io>

* fix: Remove more SimpleCov

Signed-off-by: Dan Webb <dan.webb@damacus.io>

---------

Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Nov 27, 2023
1 parent 4acac9d commit 458261c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
10 changes: 2 additions & 8 deletions azure-pipelines.yml
Expand Up @@ -20,20 +20,14 @@ stages:
- job: Windows
strategy:
matrix:
Windows_Ruby30:
version: 3.0
machine_user: test_user
machine_pass: Pass@word1
machine_port: 5985
KITCHEN_YAML: kitchen.windows.yml
Windows_Ruby31:
version: 3.1
machine_user: test_user
machine_pass: Pass@word1
machine_port: 5985
KITCHEN_YAML: kitchen.windows.yml
WindowsProduct_Ruby30:
version: 3.0
WindowsProduct_Ruby31:
version: 3.1
machine_user: test_user
machine_pass: Pass@word1
machine_port: 5985
Expand Down
16 changes: 0 additions & 16 deletions spec/spec_helper.rb
Expand Up @@ -17,22 +17,6 @@

gem "minitest"

begin
require "simplecov"
SimpleCov.profiles.define "gem" do
command_name "Specs"

add_filter ".gem/"
add_filter "/spec/"
add_filter "/lib/vendor/"

add_group "Libraries", "/lib/"
end
SimpleCov.start "gem"
rescue LoadError
puts "add simplecov to Gemfile.local or GEMFILE_MOD to generate code coverage"
end

require "fakefs/safe"
require "minitest/autorun"
require "mocha/minitest"
Expand Down

0 comments on commit 458261c

Please sign in to comment.