Skip to content

Commit

Permalink
Update codecov.yml folder filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfordham authored Nov 26, 2024
1 parent c0fc7e8 commit 3063de9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Generate Code Coverage report and upload to codecov.io
on:
pull_request:
branches: [ "main" ]
paths:
- "pysyncon/**"
- "tests/**"
push:
branches: [ "main" ]
paths:
- "pysyncon/**"
- "tests/**"

permissions:
contents: read
Expand Down

0 comments on commit 3063de9

Please sign in to comment.