diff --git a/.config/codecov.yml b/.config/codecov.yml index 9e14ade12..0d88d5e1e 100644 --- a/.config/codecov.yml +++ b/.config/codecov.yml @@ -1,5 +1,5 @@ # Ignore test files themselves in the Codecov report # see: https://about.codecov.io/blog/should-i-include-test-files-in-code-coverage-calculations/ ignore: - - "spec/" - - "*_spec.rb" + - "../spec/**/*" + - "**/*_spec.rb"