Closed philippjfr closed 2 months ago
Attention: Patch coverage is 12.00000%
with 22 lines
in your changes missing coverage. Please review.
Project coverage is 56.70%. Comparing base (
e6a8212
) to head (7a95810
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
lumen/ai/views.py | 0.00% | 15 Missing :warning: |
lumen/ai/agents.py | 0.00% | 6 Missing :warning: |
lumen/transforms/sql.py | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Accidentally pulling 10s or 100s of millions of rows from a database is not a good experience. So by default we add a
SQLLimit
, which the user can un-toggle.