Closed edan-bainglass closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.49%. Comparing base (
ce9cfe9
) to head (b925206
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Interesting. So the __init__.py
file is required in static/styles even though it is no longer used as a module. This is because without it, the styles directory does not transfer to site-packages on install, and hence is not found by the loader. Thanks @superstar54 for assisting in debugging this.
Replaced module loading with using direct path in #624