The sonar qube server failing the project report due to the below functions used in Alembic repo
def upgrade():
sql_execute(
"""
drop table tag;
"""
)
There are many files in the repo has such fuctions and variables with static values defined in them.These line are considered as “not covered” and because of this the overall status is failed even through there are no security findings.