Skip to content

Commit

Permalink
Update .simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jul 31, 2024
1 parent 2b56e74 commit 58bcf8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0

#require 'codecov'
require 'simplecov'
require 'simplecov-lcov'
#require 'codecov' # Deprecated

SimpleCov.configure do
#formatter Codecov::SimpleCov::Formatter
formatter SimpleCov::Formatter::LcovFormatter
#formatter Codecov::SimpleCov::Formatter # Deprecated
add_filter 'gradlew'
end

0 comments on commit 58bcf8b

Please sign in to comment.