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

Allow overwrite file uploads and link file to submitted form #32

Closed
wants to merge 6 commits into from

Conversation

lhalaa
Copy link
Collaborator

@lhalaa lhalaa commented Sep 2, 2019

@codecov
Copy link

codecov bot commented Sep 2, 2019

Codecov Report

Merging #32 into feature/space-form will decrease coverage by 1.15%.
The diff coverage is 72.81%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##             feature/space-form      #32      +/-   ##
========================================================
- Coverage                 92.46%   91.31%   -1.16%     
- Complexity                  141      158      +17     
========================================================
  Files                        14       14              
  Lines                       478      541      +63     
========================================================
+ Hits                        442      494      +52     
- Misses                       36       47      +11
Impacted Files Coverage Δ Complexity Δ
src/models/PartialFileFieldSubmission.php 85.71% <ø> (+7.14%) 7 <0> (ø) ⬇️
src/extensions/SubmittedFormExtension.php 90% <100%> (+10%) 5 <0> (+2) ⬆️
...rc/controllers/PartialUserFormVerifyController.php 100% <100%> (ø) 7 <0> (ø) ⬇️
src/models/PartialFormSubmission.php 100% <100%> (+2.7%) 22 <5> (+4) ⬆️
.../extensions/UserDefinedFormControllerExtension.php 26.47% <21.87%> (-73.53%) 12 <11> (+11)
src/controllers/PartialSubmissionController.php 85.91% <83.33%> (-11.15%) 24 <4> (+1)
src/controllers/PartialUserFormController.php 89.83% <96.15%> (+39.83%) 16 <3> (-1) ⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d79cef...d5faf40. Read the comment docs.

@lhalaa lhalaa changed the base branch from master to feature/space-form September 2, 2019 22:56
@lhalaa lhalaa force-pushed the feature/link-file-submission branch from 08e8851 to 1993f80 Compare September 3, 2019 07:22
@lhalaa lhalaa force-pushed the feature/link-file-submission branch from 1993f80 to 0dc782e Compare September 3, 2019 07:30
@lhalaa lhalaa force-pushed the feature/link-file-submission branch from 1f311ac to d5faf40 Compare September 3, 2019 09:51
@Firesphere
Copy link
Owner

... This is quite a big lack of tests?

.../extensions/UserDefinedFormControllerExtension.php | 26.47% <21.87%> (-73.53%)
-- | --

@Firesphere
Copy link
Owner

Please merge in to Master and don't use a separate branch. As long as it's applicable to the module, using a separate branch is not ideal and will only add confusion

@lhalaa
Copy link
Collaborator Author

lhalaa commented Sep 4, 2019

Please merge in to Master and don't use a separate branch. As long as it's applicable to the module, using a separate branch is not ideal and will only add confusion

Yeah we're planning to do reviews at our own time and so I created a separate branch. This will still go into Master once we're done. It would probably be better to fork the module so we can do our work at our own pace and get things done faster and then create a pull request here once we're done.

@lhalaa lhalaa changed the base branch from feature/space-form to master September 4, 2019 05:50
@lhalaa lhalaa closed this Sep 15, 2019
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