Update CI workflows#1
Merged
Merged
Conversation
…with global issue template
…t of specific types
There was a problem hiding this comment.
Pull Request Overview
This PR updates the CI/CD infrastructure by adding new workflow files, updating pre-commit hook versions and configurations, and adding code coverage support. The changes aim to improve code quality checks and testing automation.
Key changes:
- Added codecov configuration and code coverage workflow
- Added pre-commit workflow using reusable workflow pattern
- Updated pre-commit hook versions and added ROS2-specific linters (ament_cppcheck, ament_cpplint, ament_lint_cmake)
- Enhanced industrial-ci workflow with pull request triggers and configurable ROS repositories
- Removed outdated issue template
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| codecov.yml | New codecov configuration file defining coverage precision, status checks, and flag settings for unit tests |
| .pre-commit-config.yaml | Updated hook versions (pre-commit-hooks, ruff, clang-format, codespell), added ament linting hooks for C++ and CMake, and expanded codespell ignore list |
| .github/workflows/pre-commit.yml | New workflow that calls reusable pre-commit workflow with ROS Humble distribution |
| .github/workflows/industrial-ci.yml | Added pull request triggers and configurable ROS repository sources |
| .github/workflows/code-coverage.yml | New workflow for running code coverage with Codecov integration |
| .github/issue_template/task-template.md | Removed task template file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c06905d to
1928fb2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.