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 3963144 commit 98390d4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 16 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 @@ -9,6 +9,7 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-coverage-build.yml'
- 'codecov.yml'
pull_request:
branches:
- humble
Expand All @@ -17,6 +18,7 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-coverage-build.yml'
- '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 @@ -9,6 +9,7 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-coverage-build.yml'
- 'codecov.yml'
pull_request:
branches:
- iron
Expand All @@ -17,6 +18,7 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-coverage-build.yml'
- 'codecov.yml'

jobs:
coverage_iron:
Expand Down
41 changes: 25 additions & 16 deletions .github/workflows/jazzy-coverage-build.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
name: Coverage Build - Jazzy
on:
workflow_dispatch:
push:
branches:
- master
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-coverage-build.yml'
pull_request:
branches:
- master
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-coverage-build.yml'
# TODO(anyone) activate when branched for Jazzy
# push:
# branches:
# - master
# paths:
# - '**.hpp'
# - '**.h'
# - '**.cpp'
# - '.github/workflows/jazzy-coverage-build.yml'
# - '**.yaml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'codecov.yml'
# pull_request:
# branches:
# - master
# paths:
# - '**.hpp'
# - '**.h'
# - '**.cpp'
# - '.github/workflows/jazzy-coverage-build.yml'
# - '**.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 @@ -9,6 +9,7 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-coverage-build.yml'
- 'codecov.yml'
pull_request:
branches:
- master
Expand All @@ -17,6 +18,7 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-coverage-build.yml'
- 'codecov.yml'

jobs:
coverage_rolling:
Expand Down

0 comments on commit 98390d4

Please sign in to comment.