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
+2 -2
View File
@@ -221,7 +221,7 @@ def display_project_info(
console.print(entity_types_table)
# Most connected entities
if info.statistics.most_connected_entities:
if info.statistics.most_connected_entities: # pragma: no cover
connected_table = Table(title="🔗 Most Connected Entities")
connected_table.add_column("Title", style="blue")
connected_table.add_column("Permalink", style="cyan")
@@ -235,7 +235,7 @@ def display_project_info(
console.print(connected_table)
# Recent activity
if info.activity.recently_updated:
if info.activity.recently_updated: # pragma: no cover
recent_table = Table(title="🕒 Recent Activity")
recent_table.add_column("Title", style="blue")
recent_table.add_column("Type", style="cyan")
+1 -1
View File
@@ -122,7 +122,7 @@ def display_changes(project_name: str, title: str, changes: SyncReport, verbose:
console.print(Panel(tree, expand=False))
async def run_status(verbose: bool = False):
async def run_status(verbose: bool = False): # pragma: no cover
"""Check sync status of files vs database."""
# Check knowledge/ directory