Port competitor corpora wave 2 and add coverage gate#80
Merged
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: #63
Member
Author
Working session summaryImplemented and finalized issue #63 in PR #80: #80 What changed:
Verification:
This summary was automatically extracted from the AI working session output. |
Member
Author
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (598.0K + 13.6M cached) input tokens, 62.5K output tokens, $22.394093 cost 🤖 Models used:
📎 Log file uploaded as Repository (85049KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
Member
Author
🎉 Auto-mergedThis pull request has been automatically merged by hive-mind.
Auto-merged by hive-mind with --auto-merge flag |
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.
Fixes #63
Summary
cargo llvm-cov --fail-under-lines 84.30, measured from the current branch at 7506 / 8903 covered lines (84.30866000224644%).Reproduction / Tests
Before this branch, the new
parity_targets_track_competitor_and_ecosystem_test_sources,wave_two_competitor_corpora_are_sampled_with_expected_fixture_shapes, andcoverage_job_enforces_recorded_line_coverage_floorchecks fail because the wave-two targets/fixtures and coverage threshold are absent.Local verification passed:
cargo fmt --checkcargo clippy --all-targets --all-featurescargo test --test unit parity_corpora -- --nocapturecargo test --test unit coverage_job_enforces_recorded_line_coverage_floor -- --nocapturecargo test --all-featurescargo llvm-cov --all-features --lcov --output-path experiments/coverage-check.lcov --fail-under-lines 84.30rust-script scripts/check-no-src-tests.rsRUST_LOG=error rust-script scripts/check-file-size.rs(passes with existing near-limit warnings)RUST_LOG=error rust-script scripts/check-crate-size.rsRUST_LOG=error rust-script scripts/check-changelog-fragment.rsgit diff --checkNo UI changes; screenshots are not applicable.