Skip to content

[nextest-runner] add setup scripts to JUnit output

Codecov / codecov/patch succeeded Dec 11, 2024 in 0s

62.72% of diff hit (target 0.00%)

View this Pull Request on Codecov

62.72% of diff hit (target 0.00%)

Annotations

Check warning on line 52 in nextest-runner/src/config/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/config/junit.rs#L50-L52

Added lines #L50 - L52 were not covered by tests

Check warning on line 57 in nextest-runner/src/config/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/config/junit.rs#L55-L57

Added lines #L55 - L57 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/config/scripts.rs#L562-L564

Added lines #L562 - L564 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/errors.rs#L363

Added line #L363 was not covered by tests

Check warning on line 27 in nextest-runner/src/reporter/aggregator/imp.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/imp.rs#L27

Added line #L27 was not covered by tests

Check warning on line 35 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L30-L35

Added lines #L30 - L35 were not covered by tests

Check warning on line 38 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 42 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 58 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L46-L58

Added lines #L46 - L58 were not covered by tests

Check warning on line 63 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L60-L63

Added lines #L60 - L63 were not covered by tests

Check warning on line 74 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L66-L74

Added lines #L66 - L74 were not covered by tests

Check warning on line 77 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 89 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L79-L89

Added lines #L79 - L89 were not covered by tests

Check warning on line 95 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L93-L95

Added lines #L93 - L95 were not covered by tests

Check warning on line 99 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L97-L99

Added lines #L97 - L99 were not covered by tests

Check warning on line 107 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L101-L107

Added lines #L101 - L107 were not covered by tests

Check warning on line 111 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L109-L111

Added lines #L109 - L111 were not covered by tests

Check warning on line 116 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L114-L116

Added lines #L114 - L116 were not covered by tests

Check warning on line 126 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L118-L126

Added lines #L118 - L126 were not covered by tests

Check warning on line 146 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L130-L146

Added lines #L130 - L146 were not covered by tests

Check warning on line 160 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L148-L160

Added lines #L148 - L160 were not covered by tests

Check warning on line 168 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L162-L168

Added lines #L162 - L168 were not covered by tests

Check warning on line 182 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L170-L182

Added lines #L170 - L182 were not covered by tests

Check warning on line 202 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L184-L202

Added lines #L184 - L202 were not covered by tests

Check warning on line 213 in nextest-runner/src/reporter/aggregator/junit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextest-runner/src/reporter/aggregator/junit.rs#L204-L213

Added lines #L204 - L213 were not covered by tests