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

[FIX] - Reporting and typing of vc publish job #3309

Merged
merged 55 commits into from
Nov 18, 2024

Conversation

Jsyro
Copy link
Collaborator

@Jsyro Jsyro commented Nov 15, 2024

No description provided.

@@ -44,11 +47,11 @@ class PermitAmendment(SoftDeleteMixin, AuditMixin, Base):
permit_amendment_status_description = association_proxy('permit_amendment_status',
'description')
permit_guid = association_proxy('permit', 'permit_guid')
permit_no = association_proxy('permit', 'permit_no')
permit_no: str = association_proxy('permit', 'permit_no') #type: ignore[reportAssignmentType]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for pylance, but i'm not sure about the details of this type hinting override.

simensma-fresh
simensma-fresh previously approved these changes Nov 18, 2024
Copy link

Quality Gate Failed Quality Gate failed for 'bcgov-sonarcloud_mds_core-api'

Failed conditions
78.6% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@Jsyro Jsyro merged commit 32be028 into develop Nov 18, 2024
10 of 11 checks passed
@Jsyro Jsyro deleted the feature/issue-to-orgbook-w-publisher branch November 18, 2024 21:58
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.

3 participants