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

15589 - Backend changes for SR memorandum update. #1994

Merged
merged 3 commits into from
Apr 12, 2023
Merged

Conversation

seeker25
Copy link
Collaborator

Issue #: /bcgov/entity#15589

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).

@seeker25 seeker25 self-assigned this Apr 11, 2023
'legalFilings': [
{'specialResolution': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/specialResolution'},
]
],
'receipt': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/receipt',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Tried to put it alphabetical here.

'legalFilings': [
{'specialResolution': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/specialResolution'},
]
],
'receipt': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/receipt'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Tried to put it alphabetical here.

}
},
HTTPStatus.OK, '2017-10-01'
),
('specres_court_completed', 'CP7654321', Business.LegalTypes.COOP.value,
'specialResolution', SPECIAL_RESOLUTION, 'courtOrder', COURT_ORDER, Filing.Status.COMPLETED,
{'documents': {'receipt': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/receipt',
{'documents': {
'certificate': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/certificate',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Tried to put it alphabetical here.

@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Merging #1994 (2976e10) into main (41358a2) will increase coverage by 0.06%.
The diff coverage is 77.94%.

@@            Coverage Diff             @@
##             main    #1994      +/-   ##
==========================================
+ Coverage   77.13%   77.19%   +0.06%     
==========================================
  Files         189      156      -33     
  Lines       10370     9315    -1055     
  Branches     1721     1551     -170     
==========================================
- Hits         7999     7191     -808     
+ Misses       1841     1685     -156     
+ Partials      530      439      -91     
Flag Coverage Δ
entityfiler ?
legalapi 77.19% <77.94%> (+0.27%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
legal-api/src/legal_api/models/party.py 90.36% <ø> (-0.12%) ⬇️
legal-api/src/legal_api/models/share_class.py 89.09% <0.00%> (-3.37%) ⬇️
legal-api/src/legal_api/models/share_series.py 82.85% <0.00%> (-5.03%) ⬇️
legal-api/src/legal_api/resources/v2/__init__.py 93.10% <0.00%> (ø)
legal-api/src/legal_api/services/__init__.py 80.00% <ø> (ø)
...-api/src/legal_api/services/digital_credentials.py 48.52% <0.00%> (ø)
...src/legal_api/services/business_details_version.py 56.45% <16.66%> (-2.63%) ⬇️
legal-api/src/legal_api/reports/report.py 28.11% <20.37%> (-1.10%) ⬇️
...pi/src/legal_api/resources/v1/business/business.py 64.28% <33.33%> (-2.39%) ⬇️
...al-api/src/legal_api/utils/legislation_datetime.py 95.45% <50.00%> (-4.55%) ⬇️
... and 30 more

... and 39 files with indirect coverage changes

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
21.4% 21.4% Duplication

@seeker25 seeker25 merged commit 77eaa97 into bcgov:main Apr 12, 2023
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