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

Takes - Acquire property toggle #3574

Merged
merged 6 commits into from
Nov 8, 2023

Conversation

FuriousLlama
Copy link
Collaborator

No description provided.

@FuriousLlama FuriousLlama self-assigned this Nov 6, 2023
@FuriousLlama FuriousLlama added the enhancement New feature or request label Nov 6, 2023
@@ -43,27 +43,6 @@ private AcquisitionFileService CreateAcquisitionServiceWithPermissions(params Pe
return this._helper.Create<AcquisitionFileService>(user);
}

public static object[] takes = new List<object[]>() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

moved this section to be where the parametrized test is.

Copy link
Contributor

github-actions bot commented Nov 6, 2023

✅ No secrets were detected in the code.

1 similar comment
Copy link
Contributor

github-actions bot commented Nov 6, 2023

✅ No secrets were detected in the code.

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #3574 (ce0ee3b) into dev (f345103) will increase coverage by 0.02%.
The diff coverage is 93.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #3574      +/-   ##
==========================================
+ Coverage   69.57%   69.59%   +0.02%     
==========================================
  Files        1370     1370              
  Lines       33722    33751      +29     
  Branches     6273     6283      +10     
==========================================
+ Hits        23462    23489      +27     
- Misses      10009    10011       +2     
  Partials      251      251              
Flag Coverage Δ
unittests 69.59% <93.81%> (+0.02%) ⬆️

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

Files Coverage Δ
source/backend/api/Models/Concepts/Take/TakeMap.cs 100.00% <100.00%> (ø)
...rce/backend/api/Services/AcquisitionFileService.cs 74.16% <100.00%> (+0.34%) ⬆️
...Bar/property/tabs/takes/detail/TakesDetailView.tsx 94.00% <100.00%> (+1.14%) ⬆️
...SideBar/property/tabs/takes/update/TakeSubForm.tsx 77.92% <100.00%> (ø)
...Bar/property/tabs/takes/update/TakesUpdateForm.tsx 100.00% <ø> (ø)
...es/mapSideBar/property/tabs/takes/update/models.ts 90.90% <100.00%> (+0.71%) ⬆️
source/frontend/src/utils/formUtils.ts 82.89% <100.00%> (+0.95%) ⬆️
source/backend/dal/Repositories/TakeRepository.cs 0.00% <0.00%> (ø)
...rce/backend/dal/Repositories/PropertyRepository.cs 72.93% <0.00%> (-0.49%) ⬇️

@devinleighsmith
Copy link
Collaborator

minor placement issue, still may result in a bug.

image

Copy link
Contributor

github-actions bot commented Nov 7, 2023

✅ No secrets were detected in the code.

Copy link
Contributor

github-actions bot commented Nov 7, 2023

✅ No secrets were detected in the code.

Copy link
Contributor

github-actions bot commented Nov 8, 2023

✅ No secrets were detected in the code.

Copy link
Contributor

github-actions bot commented Nov 8, 2023

✅ No secrets were detected in the code.

@FuriousLlama FuriousLlama merged commit 61eaa42 into bcgov:dev Nov 8, 2023
8 of 9 checks passed
@FuriousLlama FuriousLlama deleted the features/psp-7048 branch December 15, 2023 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants