Skip to content

Commit

Permalink
coverage: Fail CI if codecov-action fails (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored Feb 22, 2024
1 parent 1d61b35 commit 9fbc92e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- uses: codecov/[email protected]
with:
fail_ci_if_error: true
file: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
Expand Down

0 comments on commit 9fbc92e

Please sign in to comment.