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

Scanner: register files at startup #48

Merged
merged 14 commits into from
Apr 5, 2024
Merged

Conversation

Arthi-chaud
Copy link
Owner

@Arthi-chaud Arthi-chaud commented Apr 4, 2024

Closes #31

@Arthi-chaud Arthi-chaud added api About the API scanner About the Scanner Microservice labels Apr 4, 2024
@Arthi-chaud Arthi-chaud self-assigned this Apr 4, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 5, 2024

Codecov Report

Attention: Patch coverage is 22.16359% with 295 lines in your changes are missing coverage. Please review.

Project coverage is 72.34%. Comparing base (53e097d) to head (81cc899).

Files Patch % Lines
scanner/pkg/actions/register.go 0.00% 78 Missing ⚠️
scanner/pkg/api/api.go 0.00% 65 Missing ⚠️
scanner/pkg/utils.go 0.00% 33 Missing ⚠️
scanner/pkg/parser/media_info.go 0.00% 32 Missing ⚠️
scanner/app/main.go 0.00% 25 Missing ⚠️
scanner/pkg/models/enums.go 0.00% 19 Missing ⚠️
scanner/pkg/watcher/handle_event.go 0.00% 17 Missing ⚠️
scanner/pkg/parser/path.go 69.44% 11 Missing ⚠️
scanner/pkg/config/config.go 0.00% 6 Missing ⚠️
scanner/pkg/actions/delete.go 0.00% 3 Missing ⚠️
... and 3 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #48       +/-   ##
===========================================
- Coverage   85.17%   72.34%   -12.84%     
===========================================
  Files          34       45       +11     
  Lines        1835     2390      +555     
===========================================
+ Hits         1563     1729      +166     
- Misses        272      661      +389     
Flag Coverage Δ
api 85.49% <95.16%> (+0.31%) ⬆️
scanner 22.75% <7.88%> (?)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Arthi-chaud Arthi-chaud merged commit dcc573f into main Apr 5, 2024
12 checks passed
@Arthi-chaud Arthi-chaud deleted the scanner/register-at-startup branch April 5, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api About the API scanner About the Scanner Microservice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scanner: On startup, identify the new files
2 participants