Skip to content

Commit

Permalink
Fix codecov ignore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jun 1, 2024
1 parent af5d455 commit 855118a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/codecov.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 855118a

Please sign in to comment.