tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.37k stars 355 forks source link

fix: bandit check error #1643

Closed waketzheng closed 2 weeks ago

waketzheng commented 2 weeks ago

Add exclude_dirs and nosec for bandit

Description

bandit check is no need to cover unittest code

Motivation and Context

fix make lint error

How Has This Been Tested?

make ci && make lint

Checklist:

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 9461000468

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
tortoise/backends/oracle/executor.py 0 1 0.0%
<!-- Total: 1 2 50.0% -->
Totals Coverage Status
Change from base Build 9345308446: 0.0%
Covered Lines: 5779
Relevant Lines: 6481

💛 - Coveralls