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

Implement feature #88 #143

Merged
merged 2 commits into from
Sep 7, 2022
Merged

Implement feature #88 #143

merged 2 commits into from
Sep 7, 2022

Conversation

R0Wi
Copy link
Contributor

@R0Wi R0Wi commented Aug 5, 2022

No description provided.

@codecov
Copy link

codecov bot commented Aug 5, 2022

Codecov Report

Merging #143 (c7e9308) into master (bba5551) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              master      #143   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       131       142   +11     
===========================================
  Files             25        26    +1     
  Lines            481       527   +46     
  Branches           4         6    +2     
===========================================
+ Hits             481       527   +46     
Impacted Files Coverage Δ
src/components/GlobalSettings.vue 100.00% <ø> (ø)
lib/Model/WorkflowSettings.php 100.00% <100.00%> (ø)
lib/Service/OcrService.php 100.00% <100.00%> (ø)
src/components/SettingsItem.vue 100.00% <100.00%> (ø)
src/components/WorkflowOcr.vue 100.00% <100.00%> (ø)
lib/OcrProcessors/OcrMyPdfBasedProcessor.php 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@R0Wi R0Wi force-pushed the feature/impl#88 branch from 35538df to 7290c4c Compare August 28, 2022 15:15
@R0Wi R0Wi marked this pull request as ready for review August 28, 2022 15:21
@R0Wi R0Wi requested a review from bahnwaerter August 28, 2022 15:21
@R0Wi R0Wi linked an issue Aug 28, 2022 that may be closed by this pull request
@R0Wi
Copy link
Contributor Author

R0Wi commented Aug 28, 2022

@bahnwaerter coverage tracking in JS seems to be fixed again. Unfortunately Codecov doesn't report it correctly at the moment. If you look at the Github action it will show you a 100% coverage in JS. Also if you run the coverage locally it works fine

image

@R0Wi
Copy link
Contributor Author

R0Wi commented Aug 29, 2022

Copy link
Collaborator

@bahnwaerter bahnwaerter left a comment

Choose a reason for hiding this comment

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

This patch looks good to me, except for two minor problems regarding code format style. I reviewed all code changes but have not done any manual testing of this new feature on a fresh Nextcloud installation. The creator of the feature request has already tested the first working implementation of this patch and couldn't observe any errors. Therefore, feel free to release this new feature after solving the two minor code format style issues.

tests/Unit/Service/OcrServiceTest.php Outdated Show resolved Hide resolved
src/components/GlobalSettings.vue Show resolved Hide resolved
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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
0.0% 0.0% Duplication

@R0Wi R0Wi merged commit 212a19b into master Sep 7, 2022
@R0Wi R0Wi deleted the feature/impl#88 branch September 7, 2022 06:01
R0Wi added a commit that referenced this pull request Sep 7, 2022
* Implement assign tags / remove tags after OCR has finished

Closing #88

* Update tests/Unit/Service/OcrServiceTest.php

Co-authored-by: Manuel Bentele <[email protected]>

Co-authored-by: Manuel Bentele <[email protected]>
R0Wi added a commit that referenced this pull request Sep 7, 2022
* Implement assign tags / remove tags after OCR has finished

Closing #88

* Update tests/Unit/Service/OcrServiceTest.php

Co-authored-by: Manuel Bentele <[email protected]>

Co-authored-by: Manuel Bentele <[email protected]>

Co-authored-by: Manuel Bentele <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit File Tags
2 participants