Skip to content

Commit

Permalink
Add codecov.yml to filters
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 29, 2024
1 parent 3c57863 commit 200fe86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/humble-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'
pull_request:
branches:
- humble
Expand All @@ -23,6 +24,7 @@ on:
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'

jobs:
coverage_humble:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/iron-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'
pull_request:
branches:
- iron
Expand All @@ -23,6 +24,7 @@ on:
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'

jobs:
coverage_iron:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/jazzy-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'
pull_request:
branches:
- master
Expand All @@ -23,6 +24,7 @@ on:
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'

jobs:
coverage_jazzy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rolling-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'
pull_request:
branches:
- master
Expand All @@ -23,6 +24,7 @@ on:
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'

jobs:
coverage_rolling:
Expand Down

0 comments on commit 200fe86

Please sign in to comment.