-
-
Notifications
You must be signed in to change notification settings - Fork 440
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
Frontend refactor #1967
Frontend refactor #1967
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1967 +/- ##
========================================
Coverage 76.05% 76.05%
========================================
Files 447 447
Lines 13705 13705
Branches 1435 1435
========================================
+ Hits 10423 10424 +1
+ Misses 2709 2708 -1
Partials 573 573 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@mlodic basically I moved files between folders. I don't know if you want to do a review or I can merge |
Description
Massive refactor over the frontend folder:
Type of change
Please delete options that are not relevant.
Checklist
develop
_monkeypatch()
was used in its class to apply the necessary decorators.test_files.zip
and you added the default tests for that mimetype in test_classes.py.FREE_TO_USE_ANALYZERS
playbook inplaybook_config.json
.Black
,Flake
,Isort
) gave 0 errors. If you have correctly installed pre-commit, it does these checks and adjustments on your behalf.tests
folder). All the tests (new and old ones) gave 0 errors.Important Rules