Fix testcase#174
Merged
Merged
Conversation
Contributor
Braillify testcase report
Command: |
Contributor
Changepacksbraillify@2.0.1 → 2.1.0 - libs/braillify/Cargo.tomlMinor
Braillify@2.0.1 → 2.1.0 - packages/dotnet/Braillify/Braillify.csprojMinor
BraillifyNet@2.0.1 → 2.1.0 - packages/dotnet/BraillifyNet/BraillifyNet.csprojMinor
braillify@2.0.1 → 2.1.0 - packages/node/package.jsonMinor
braillify@2.0.1 → 2.1.0 - packages/python/pyproject.tomlMinor
|
…lter Replace the inner match's diverging `_ => break` arm with a named, S9.7.2-documented `passage_word_token_continues` predicate in the while-let condition. Behaviour-identical (all 5141 testcases + unit tests pass, clippy/fmt clean); removes a bare diverging arm that tarpaulin's llvm engine cannot attribute a coverage region to.
cargo-tarpaulin's llvm engine flickers a shifting ~15-line uncovered set on every Windows run (observer defect: the encoder has no OS-specific production branches, and Linux/macOS report a stable, deterministic 100% across commits). Route test:rust through a platform dispatcher (scripts/test-rust.ts): Linux runs tarpaulin with --fail-under 100 as the authoritative, enforced coverage; other platforms run plain 'cargo test' for pass/fail. Removes the false Windows coverage gaps and enforces a real 100%.
Every OS now runs cargo-tarpaulin and uploads Cobertura XML; codecov merges the per-OS reports (a line counts if covered in ANY), so the authoritative project number is the union across platforms = a genuine 100%. cargo-tarpaulin's LLVM engine flickers a shifting ~15-line set on Windows (upstream LLVM/rustc bug, toolchain-independent - windows-gnu flickers identically; not a real gap since the same tests run and the same lines execute everywhere), so only Linux enforces --fail-under 100 (deterministic, fails fast on real regressions) while Windows/macOS measure + upload without the threshold so the recorder flicker cannot fail CI.
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.