Closed matusdrobuliak66 closed 1 week ago
Attention: Patch coverage is 95.45455%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 56.79%. Comparing base (
c83d60c
) to head (312db8c
). Report is 1 commits behind head on master.:exclamation: There is a different number of reports uploaded between BASE (c83d60c) and HEAD (312db8c). Click for more details.
HEAD has 30 uploads less than BASE
| Flag | BASE (c83d60c) | HEAD (312db8c) | |------|------|------| |unittests|31|1|
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
What do these changes do?
asyncpg
to director-v2asyncpg_engine = get_asyncpg_engine(app) repo = TagsRepo(asyncpg_engine) project_tags = await repo.list_tag_ids_and_names_by_project_uuid( project_uuid=project.uuid )