Skip to content

aggregate counts should be skipped, not disabled#606

Merged
sunshowers merged 1 commit into
mainfrom
aggregate-skipped
Jul 20, 2026
Merged

aggregate counts should be skipped, not disabled#606
sunshowers merged 1 commit into
mainfrom
aggregate-skipped

Conversation

@sunshowers

Copy link
Copy Markdown
Member

We're going to start emitting skipped tests in nextest-rs/nextest#3472. Prepare for that by aggregating counts into a skipped attribute.

  • On <testsuite>, skipped matches the llg and Jenkins junit-10 schemas as well as pytest and Maven Surefire.
  • The root-level skipped aggregate is a quick-junit extension matching the modern convention.

Preserve disabled for googletest and prior-version compatibility.

We're going to start emitting skipped tests in nextest-rs/nextest#3472. Prepare for that by aggregating counts into a `skipped` attribute.

* On `<testsuite>`, `skipped` matches the llg and Jenkins junit-10 schemas as well as pytest and Maven Surefire.
* The root-level `skipped` aggregate is a quick-junit extension matching the modern convention.

Preserve `disabled` for googletest and prior-version compatibility.
@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.09%. Comparing base (822674a) to head (01f8456).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #606      +/-   ##
==========================================
+ Coverage   84.75%   85.09%   +0.33%     
==========================================
  Files           7        7              
  Lines        1791     1831      +40     
==========================================
+ Hits         1518     1558      +40     
  Misses        273      273              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sunshowers
sunshowers merged commit 1034a9d into main Jul 20, 2026
11 checks passed
@sunshowers
sunshowers deleted the aggregate-skipped branch July 20, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant