Skip to content

Commit 610875d

Browse files
author
Inbal Tako
committed
Fix codecov version bug
1 parent fec4d04 commit 610875d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [macos-latest, ubuntu-latest, windows-latest]
16+
os: [ubuntu-latest]
1717
steps:
1818
- uses: actions/checkout@v1
1919
- uses: actions/setup-ruby@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-latest, ubuntu-latest, windows-latest]
15+
os: [ubuntu-latest]
1616
steps:
1717
- uses: actions/checkout@v1
1818
- uses: actions/setup-ruby@v1

spec/spec_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
require 'bundler/setup'
44
require 'webmock/rspec'
55
require 'simplecov'
6-
require 'codecov'
76

87
SimpleCov.start
9-
SimpleCov.formatter = SimpleCov::Formatter::Codecov
108

119
RSpec.configure do |config|
1210
# Enable flags like --only-failures and --next-failure

0 commit comments

Comments
 (0)