add justfile instead of Makefile, add ignores to test coverage

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2025-06-05 12:26:15 -05:00
parent 2162ad57fe
commit f608cd13f1
22 changed files with 222 additions and 373 deletions
@@ -94,7 +94,7 @@ async def create_or_update_entity(
try:
await sync_service.resolve_relations()
logger.debug(f"Resolved relations after creating entity: {entity.permalink}")
except Exception as e:
except Exception as e: # pragma: no cover
# Don't fail the entire request if relation resolution fails
logger.warning(f"Failed to resolve relations after entity creation: {e}")