Closed lrafeei closed 9 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | black | 4 | 0 | 0 | 1.1s |
✅ PYTHON | flake8 | 4 | 0 | 0.71s | |
✅ PYTHON | isort | 4 | 0 | 0 | 0.19s |
✅ PYTHON | pylint | 4 | 0 | 3.81s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (
main@cfa542a
). Click here to learn what that means.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
Move
validate_transaction_error_event_count
fromfixtures.py
into validate directory.