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

[WX-1468] Implement returnCodes runtime attribute #7389

Merged
merged 28 commits into from
Apr 11, 2024

Merge branch 'develop' into wx1468

113b0d4
Select commit
Loading
Failed to load commit list.
Merged

[WX-1468] Implement returnCodes runtime attribute #7389

Merge branch 'develop' into wx1468
113b0d4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 1, 2024 in 1s

76.36% of diff hit (target 50.00%)

View this Pull Request on Codecov

76.36% of diff hit (target 50.00%)

Annotations

Check warning on line 1444 in backend/src/main/scala/cromwell/backend/standard/StandardAsyncExecutionActor.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/standard/StandardAsyncExecutionActor.scala#L1444

Added line #L1444 was not covered by tests

Check warning on line 50 in backend/src/main/scala/cromwell/backend/validation/ContinueOnReturnCodeValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/ContinueOnReturnCodeValidation.scala#L50

Added line #L50 was not covered by tests

Check warning on line 59 in backend/src/main/scala/cromwell/backend/validation/ContinueOnReturnCodeValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/ContinueOnReturnCodeValidation.scala#L59

Added line #L59 was not covered by tests

Check warning on line 66 in backend/src/main/scala/cromwell/backend/validation/ContinueOnReturnCodeValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/ContinueOnReturnCodeValidation.scala#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 73 in backend/src/main/scala/cromwell/backend/validation/ContinueOnReturnCodeValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/ContinueOnReturnCodeValidation.scala#L73

Added line #L73 was not covered by tests

Check warning on line 31 in backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala#L31

Added line #L31 was not covered by tests

Check warning on line 66 in backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala#L66

Added line #L66 was not covered by tests

Check warning on line 72 in backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala#L72

Added line #L72 was not covered by tests

Check warning on line 106 in backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala#L106

Added line #L106 was not covered by tests

Check warning on line 136 in backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

backend/src/main/scala/cromwell/backend/validation/TwoKeyRuntimeAttributesValidation.scala#L136

Added line #L136 was not covered by tests

Check warning on line 210 in supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/GcpBatchRuntimeAttributes.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/GcpBatchRuntimeAttributes.scala#L210

Added line #L210 was not covered by tests

Check warning on line 158 in supportedBackends/tes/src/main/scala/cromwell/backend/impl/tes/TesRuntimeAttributes.scala

See this annotation in the file changed.

@codecov codecov / codecov/patch

supportedBackends/tes/src/main/scala/cromwell/backend/impl/tes/TesRuntimeAttributes.scala#L158

Added line #L158 was not covered by tests