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

[WIP] [nextest-runner] initial support for recording runs #1265

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

[nextest-runner] initial support for recording runs

a50803c
Select commit
Loading
Failed to load commit list.
Draft

[WIP] [nextest-runner] initial support for recording runs #1265

[nextest-runner] initial support for recording runs
a50803c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 29, 2024 in 0s

8.74% of diff hit (target 0.00%)

View this Pull Request on Codecov

8.74% of diff hit (target 0.00%)

Annotations

Check warning on line 1619 in cargo-nextest/src/dispatch.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cargo-nextest/src/dispatch.rs#L1608-L1619

Added lines #L1608 - L1619 were not covered by tests

Check warning on line 1622 in cargo-nextest/src/dispatch.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cargo-nextest/src/dispatch.rs#L1621-L1622

Added lines #L1621 - L1622 were not covered by tests

Check warning on line 1636 in cargo-nextest/src/dispatch.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cargo-nextest/src/dispatch.rs#L1635-L1636

Added lines #L1635 - L1636 were not covered by tests

Check warning on line 711 in cargo-nextest/src/errors.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cargo-nextest/src/errors.rs#L709-L711

Added lines #L709 - L711 were not covered by tests

Check warning on line 622 in nextest-runner/src/config/config_impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/config/config_impl.rs#L620-L622

Added lines #L620 - L622 were not covered by tests

Check warning on line 1082 in nextest-runner/src/config/config_impl.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/config/config_impl.rs#L1081-L1082

Added lines #L1081 - L1082 were not covered by tests

Check warning on line 453 in nextest-runner/src/config/scripts.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/config/scripts.rs#L450-L453

Added lines #L450 - L453 were not covered by tests

Check warning on line 1217 in nextest-runner/src/errors.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/errors.rs#L1217

Added line #L1217 was not covered by tests

Check warning on line 1304 in nextest-runner/src/errors.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/errors.rs#L1304

Added line #L1304 was not covered by tests

Check warning on line 1340 in nextest-runner/src/errors.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/errors.rs#L1340

Added line #L1340 was not covered by tests

Check warning on line 1912 in nextest-runner/src/reporter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter.rs#L1912

Added line #L1912 was not covered by tests

Check warning on line 80 in nextest-runner/src/reporter/structured.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured.rs#L77-L80

Added lines #L77 - L80 were not covered by tests

Check warning on line 91 in nextest-runner/src/reporter/structured.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured.rs#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 98 in nextest-runner/src/reporter/structured.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured.rs#L98

Added line #L98 was not covered by tests

Check warning on line 101 in nextest-runner/src/reporter/structured.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured.rs#L101

Added line #L101 was not covered by tests

Check warning on line 109 in nextest-runner/src/reporter/structured.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured.rs#L109

Added line #L109 was not covered by tests

Check warning on line 38 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L29-L38

Added lines #L29 - L38 were not covered by tests

Check warning on line 41 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 48 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L45-L48

Added lines #L45 - L48 were not covered by tests

Check warning on line 57 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L50-L57

Added lines #L50 - L57 were not covered by tests

Check warning on line 68 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L60-L68

Added lines #L60 - L68 were not covered by tests

Check warning on line 76 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L71-L76

Added lines #L71 - L76 were not covered by tests

Check warning on line 88 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L81-L88

Added lines #L81 - L88 were not covered by tests

Check warning on line 90 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L90

Added line #L90 was not covered by tests

Check warning on line 93 in nextest-runner/src/reporter/structured/recorder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/structured/recorder.rs#L93

Added line #L93 was not covered by tests