Skip to content

Commit

Permalink
Turn off branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 11, 2024
1 parent b0186bb commit 679030d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
resultPath: lib/coverage_results/.last_run.json
failedThreshold: 93.5
failedThresholdBranch: 50
failedThresholdBranch: 0
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ENV['CI']
end

SimpleCov.start do
enable_coverage(:branch)
# enable_coverage(:branch)
SimpleCov.root(File.join(File.dirname(__FILE__), '/lib'))
track_files('**/*.rb')
formatter(SimpleCov::Formatter::SimpleFormatter) if ENV['CI']
Expand Down
1 change: 0 additions & 1 deletion test/multiverse/suites/config_file_loading/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def stringio_version
end
end


def date_version
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.4')
"gem 'date', '~> 3.3.4'"
Expand Down

0 comments on commit 679030d

Please sign in to comment.