-
Notifications
You must be signed in to change notification settings - Fork 5
feat(coverage-gate): add target-specific policies #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e07c484
feat(coverage-gate): add target-specific policies
martin-kolinek 6698fa7
chore: defer cargo-anvil adoption until release
martin-kolinek a20fc05
test(coverage-gate): cover target policy paths
martin-kolinek 5fe6b19
test(coverage-gate): skip process tests under Miri
martin-kolinek 0070062
refactor(coverage-gate): reuse thresholds for target opt-outs
martin-kolinek 4783e5a
docs(coverage-gate): document configuration capabilities
martin-kolinek a5f7f2f
fix(coverage-gate): resolve effective target policies lazily
martin-kolinek ab5a27e
fix(coverage-gate): preserve cross-package coverage
martin-kolinek 313319a
refactor(coverage-gate): tighten target policy contracts
martin-kolinek 2e788fd
test(coverage-gate): cover nested target selectors
martin-kolinek 0f2b837
Merge origin/main into coverage-gate-issues
martin-kolinek dea28a7
fix: preserve manifest dependency ordering
martin-kolinek eaf6995
chore(coverage-gate): generate 0.4.0 changelog
martin-kolinek 7298b17
Merge origin/main into coverage-gate-issues
martin-kolinek e3a0502
Merge origin/main into coverage-gate-issues
martin-kolinek 76e49cc
refactor(coverage-gate): clarify target policy resolution
martin-kolinek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,24 @@ | ||
| # Changelog | ||
| ## [0.4.0] - 2026-08-28 | ||
|
|
||
| - ✨ Features | ||
|
|
||
| - add target-specific policies | ||
| - add cargo-aprz and cargo-ensure-no-default-features ([#76](https://github.com/microsoft/ox-tools/pull/76)) | ||
| - run a command per workspace member with cargo-style selection ([#61](https://github.com/microsoft/ox-tools/pull/61)) | ||
| - add expect-no-coverable-lines assertion ([#51](https://github.com/microsoft/ox-tools/pull/51)) | ||
|
|
||
| - 🐛 Bug Fixes | ||
|
|
||
| - preserve cross-package coverage | ||
| - resolve effective target policies lazily | ||
|
|
||
| - 📚 Documentation | ||
|
|
||
| - document configuration capabilities | ||
|
|
||
| - ♻️ Code Refactoring | ||
|
|
||
| - tighten target policy contracts | ||
| - reuse thresholds for target opt-outs | ||
|
|
||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.