ci: run tests on all PRs, remove yamllint#374
Conversation
- Remove branch filter from pull_request trigger - Remove yamllint from pre-commit (no YAML files to lint) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Pull request overview
This PR improves the CI/CD configuration by removing the branch filter from the test workflow so tests run on all pull requests regardless of target branch, and removes yamllint from pre-commit since the repository only has configuration YAML files already validated by the check-yaml hook.
Changes:
- Remove branch filter from pull_request trigger in test workflow to run tests on all PRs
- Remove yamllint hook from pre-commit configuration and delete
.yamllint.yamlconfig file - Clean up trailing whitespace in
tox.iniandCONTRIBUTING.rst
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/test.yaml |
Removes branch filter to allow tests on PRs targeting any branch |
.pre-commit-config.yaml |
Removes yamllint hook as it's redundant with check-yaml for config files |
.yamllint.yaml |
Deletes yamllint configuration file no longer needed |
CONTRIBUTING.rst |
Removes trailing whitespace on line 44 |
tox.ini |
Removes trailing empty line at end of file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #374 +/- ##
==========================================
- Coverage 91.38% 91.19% -0.19%
==========================================
Files 8 8
Lines 1056 1056
Branches 138 138
==========================================
- Hits 965 963 -2
- Misses 69 70 +1
- Partials 22 23 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Test plan
🤖 Generated with Claude Code