• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LeanderCS / flask-inputfilter / #434

11 Aug 2025 10:38AM UTC coverage: 92.953% (-1.8%) from 94.8%
#434

push

coveralls-python

LeanderCS
Optimze performance for heavy processing

39 of 86 new or added lines in 9 files covered. (45.35%)

3 existing lines in 3 files now uncovered.

2005 of 2157 relevant lines covered (92.95%)

0.93 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/flask_inputfilter/filters/base_filter.py
NEW
1
from __future__ import annotations
×
2

UNCOV
3
import warnings
×
4

5
warnings.warn(
×
6
    "Please use `flask_inputfilter.models` for importing BaseFilter "
7
    "as `flask_inputfilter.filters` is deprecated and will be removed in "
8
    "future versions.",
9
    DeprecationWarning,
10
    stacklevel=2,
11
)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc