diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 85e61ed..27e64bd 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -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