Skip to content

Commit

Permalink
fix codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Jan 19, 2025
1 parent 955ae59 commit 35d0b48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ coverage:
default: false # disable the default status that measures entire project
core:
target: 92%
paths: "luigi/*.py"
paths:
- "luigi/*.py"
patch: # Just copied from default
default:
if_no_uploads: error

changes: true # Just copied from default

ignore:
- "examples/"
- "luigi/tools" # These are tested as actual run commands without coverage
Expand Down

0 comments on commit 35d0b48

Please sign in to comment.