Skip to content
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

[nextest-runner] add support for setup scripts #977

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

sunshowers
Copy link
Member

@sunshowers sunshowers commented Sep 26, 2023

This is pretty large! Hoping to get this in within the next 2-3 days.

Still to do before this can land:

@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #977 (81e167d) into main (c3b868b) will increase coverage by 1.04%.
The diff coverage is 84.04%.

❗ Current head 81e167d differs from pull request most recent head cebd379. Consider uploading reports for the commit cebd379 to get more accurate results

@@            Coverage Diff             @@
##             main     #977      +/-   ##
==========================================
+ Coverage   78.10%   79.15%   +1.04%     
==========================================
  Files          64       65       +1     
  Lines       14903    16543    +1640     
==========================================
+ Hits        11640    13094    +1454     
- Misses       3263     3449     +186     
Files Coverage Δ
nextest-runner/src/config/retry_policy.rs 89.74% <100.00%> (+0.72%) ⬆️
nextest-runner/src/config/slow_timeout.rs 99.00% <100.00%> (+5.25%) ⬆️
nextest-runner/src/config/test_group.rs 88.18% <100.00%> (+0.15%) ⬆️
nextest-runner/src/config/test_threads.rs 91.81% <100.00%> (+0.47%) ⬆️
nextest-runner/src/config/threads_required.rs 96.93% <100.00%> (+0.19%) ⬆️
nextest-runner/src/config/tool_config.rs 94.90% <100.00%> (+0.11%) ⬆️
nextest-runner/src/list/test_list.rs 92.21% <100.00%> (+0.11%) ⬆️
cargo-nextest/src/dispatch.rs 80.16% <96.00%> (+0.22%) ⬆️
nextest-runner/src/reporter/aggregator.rs 39.73% <0.00%> (-0.14%) ⬇️
nextest-runner/src/config/overrides.rs 95.16% <97.67%> (+0.51%) ⬆️
... and 7 more

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sunshowers sunshowers force-pushed the setup-scripts branch 6 times, most recently from 0d109d7 to 0d55da7 Compare September 26, 2023 23:06
@sunshowers sunshowers changed the title [WIP] [nextest-runner] add support for setup scripts [nextest-runner] add support for setup scripts Sep 26, 2023
@sunshowers sunshowers merged commit d0e897b into nextest-rs:main Sep 26, 2023
11 checks passed
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