Skip to content

Hackathon/ray test#624

Closed
ArBridgeman wants to merge 16 commits into
mainfrom
hackathon/ray_test
Closed

Hackathon/ray test#624
ArBridgeman wants to merge 16 commits into
mainfrom
hackathon/ray_test

Conversation

@ArBridgeman
Copy link
Copy Markdown
Collaborator

All Submissions:

  • Is the title of the Pull Request correct?
  • Is the title of the corresponding issue correct?
  • Have you updated the changelog?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Are you mentioning the issue which this PullRequest fixes ("Fixes...")
  • Are the CLI usage examples up to date?

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
20.0% Duplication on New Code (required ≤ 3%)
C Security Rating on New Code (required ≥ A)
5 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@@ -0,0 +1,178 @@
from __future__ import annotations

import pickle
task_payload: bytes, build_config_data: dict[str, Any]
) -> None:
_apply_build_config(build_config_data)
task = pickle.loads(task_payload)
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.

2 participants