Skip to content

Commit

Permalink
Roll codecov-action back to v3 (#17)
Browse files Browse the repository at this point in the history
* Roll codecov-action back to v3

* Update dependabot.yml
  • Loading branch information
christophfroehlich authored Feb 23, 2024
1 parent 9fbc92e commit 7134983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "codecov/codecov-action"
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
}
}
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- uses: codecov/codecov-action@v4.0.1
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
file: ros_ws/lcov/total_coverage.info
Expand Down

0 comments on commit 7134983

Please sign in to comment.