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 30, 2024
1 parent 81a0681 commit 0a22632
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: SOURCE

require 'codecov'
require 'simplecov'

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

0 comments on commit 0a22632

Please sign in to comment.